#94DEF9

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

Shades of Columbia Blue #94DEF9

Tints of Columbia Blue #94DEF9

Color information

#94DEF9 (or 0x94DEF9) is unknown color: approx Columbia Blue. HEX triplet: 94, DE and F9. RGB value is (148,222,249). Sum of RGB (Red+Green+Blue) = 148+222+249=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #94DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEF9 is #6B2106. Grayscale: #CACACA. Windows color (decimal): -7020807 or 16375444. OLE color: 16375444.

HSL color Cylindrical-coordinate representation of color #94DEF9: hue angle of 196.04º 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 #94DEF9 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148222249-
CMYK0.410.1100.02
HSL196.04º89.38%77.84%-
HSV(B)196.04º40.56%97.65%-
XYZ55.4365.3899.32-
YUV202.95153.9888.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.91%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=23.91%
G=35.86%
B=40.23%

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
Decimal1482222490.410.1100.02196.0489.3877.84
Hex94DEF929B02c4594e
Octal224336371511302304131116
Binary10010100110111101111100110100110110101100010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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