#94EEFF

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

Shades of Columbia Blue #94EEFF

Tints of Columbia Blue #94EEFF

Color information

#94EEFF (or 0x94EEFF) is unknown color: approx Columbia Blue. HEX triplet: 94, EE and FF. RGB value is (148,238,255). Sum of RGB (Red+Green+Blue) = 148+238+255=641 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.09% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #94EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEFF is #6B1100. Grayscale: #D4D4D4. Windows color (decimal): -7016705 or 16772756. OLE color: 16772756.

HSL color Cylindrical-coordinate representation of color #94EEFF: hue angle of 189.53º 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 #94EEFF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148238255-
CMYK0.420.0700
HSL189.53º100%79.02%-
HSV(B)189.53º41.96%100%-
XYZ60.8474.66105.81-
YUV213.03151.6881.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.09%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 255 (100% from 255) = 39.78%
R=23.09%
G=37.13%
B=39.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482382550.420.0700189.5310079.02
Hex94EEFF2A700be644f
Octal22435637752700276144117
Binary100101001110111011111111101010111001011111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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