#94DDF9

Color #94DDF9 Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #94DDF9

Tints of Columbia Blue #94DDF9

Color information

#94DDF9 (or 0x94DDF9) is unknown color: approx Columbia Blue. HEX triplet: 94, DD and F9. RGB value is (148,221,249). Sum of RGB (Red+Green+Blue) = 148+221+249=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #94DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDF9 is #6B2206. Grayscale: #CACACA. Windows color (decimal): -7021063 or 16375188. OLE color: 16375188.

HSL color Cylindrical-coordinate representation of color #94DDF9: hue angle of 196.63º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DDF9 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148221249-
CMYK0.410.1100.02
HSL196.63º89.38%77.84%-
HSV(B)196.63º40.56%97.65%-
XYZ55.1764.8599.23-
YUV202.36154.3289.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 23.95%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=23.95%
G=35.76%
B=40.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482212490.410.1100.02196.6389.3877.84
Hex94DDF929B02c5594e
Octal224335371511302305131116
Binary10010100110111011111100110100110110101100010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DDF9; }

 p { color: rgb(148,221,249); }

 H1.HeaderClassName
 {
   color: #94DDF9;
 }
 .AnyTagClassName
 {
   color: #94DDF9;
 }
</style>
background-color css

<style>
 a { background-color: #94DDF9; }

 a { background-color: rgb(148,221,249); }

 div.DivClassName
 {
   background-color: #94DDF9;
 }
 .BgClassName
 {
   background-color: #94DDF9;
 }
</style>
border-color css

<style>
 span { border-color: #94DDF9; }

 span { border-color: rgb(148,221,249); }

 td.TdClassName
 {
   border-color: #94DDF9;
 }
 .TagClassName
 {
   border-color: #94DDF9;
 }
</style>