#94EAFB

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

Shades of Columbia Blue #94EAFB

Tints of Columbia Blue #94EAFB

Color information

#94EAFB (or 0x94EAFB) is unknown color: approx Columbia Blue. HEX triplet: 94, EA and FB. RGB value is (148,234,251). Sum of RGB (Red+Green+Blue) = 148+234+251=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #94EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EAFB is #6B1504. Grayscale: #D2D2D2. Windows color (decimal): -7017733 or 16509588. OLE color: 16509588.

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

Color convert

RGB148234251-
CMYK0.410.0700.02
HSL189.9º92.79%78.24%-
HSV(B)189.9º41.04%98.43%-
XYZ59.0572.11102.07-
YUV210.22151.0183.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=23.38%
G=36.97%
B=39.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482342510.410.0700.02189.992.7978.24
Hex94EAFB29702be5d4e
Octal22435237351702276135116
Binary1001010011101010111110111010011110101011111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,251); }

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

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

 a { background-color: rgb(148,234,251); }

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

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

 span { border-color: rgb(148,234,251); }

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