#94EBFC

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

Shades of Columbia Blue #94EBFC

Tints of Columbia Blue #94EBFC

Color information

#94EBFC (or 0x94EBFC) is unknown color: approx Columbia Blue. HEX triplet: 94, EB and FC. RGB value is (148,235,252). Sum of RGB (Red+Green+Blue) = 148+235+252=635 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.31% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #94EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EBFC is #6B1403. Grayscale: #D2D2D2. Windows color (decimal): -7017476 or 16575380. OLE color: 16575380.

HSL color Cylindrical-coordinate representation of color #94EBFC: hue angle of 189.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94EBFC is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148235252-
CMYK0.410.0700.01
HSL189.81º94.55%78.43%-
HSV(B)189.81º41.27%98.82%-
XYZ59.4972.74103-
YUV210.92151.1883.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.31%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=23.31%
G=37.01%
B=39.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482352520.410.0700.01189.8194.5578.43
Hex94EBFC29701be5f4e
Octal22435337451701276137116
Binary100101001110101111111100101001111011011111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,252); }

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

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

 a { background-color: rgb(148,235,252); }

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

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

 span { border-color: rgb(148,235,252); }

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