#94EFFF

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

Shades of Columbia Blue #94EFFF

Tints of Columbia Blue #94EFFF

Color information

#94EFFF (or 0x94EFFF) is unknown color: approx Columbia Blue. HEX triplet: 94, EF and FF. RGB value is (148,239,255). Sum of RGB (Red+Green+Blue) = 148+239+255=642 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.05% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #94EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFFF is #6B1000. Grayscale: #D5D5D5. Windows color (decimal): -7016449 or 16773012. OLE color: 16773012.

HSL color Cylindrical-coordinate representation of color #94EFFF: hue angle of 188.97º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94EFFF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148239255-
CMYK0.420.0600
HSL188.97º100%79.02%-
HSV(B)188.97º41.96%100%-
XYZ61.1375.25105.91-
YUV213.61151.3581.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.05%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 255 (100% from 255) = 39.72%
R=23.05%
G=37.23%
B=39.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482392550.420.0600188.9710079.02
Hex94EFFF2A600bd644f
Octal22435737752600275144117
Binary100101001110111111111111101010110001011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,255); }

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

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

 a { background-color: rgb(148,239,255); }

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

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

 span { border-color: rgb(148,239,255); }

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