#94DAFC

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

Shades of Columbia Blue #94DAFC

Tints of Columbia Blue #94DAFC

Color information

#94DAFC (or 0x94DAFC) is unknown color: approx Columbia Blue. HEX triplet: 94, DA and FC. RGB value is (148,218,252). Sum of RGB (Red+Green+Blue) = 148+218+252=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #94DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAFC is #6B2503. Grayscale: #C8C8C8. Windows color (decimal): -7021828 or 16571028. OLE color: 16571028.

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

Color convert

RGB148218252-
CMYK0.410.1300.01
HSL199.62º94.55%78.43%-
HSV(B)199.62º41.27%98.82%-
XYZ54.8563.47101.45-
YUV200.95156.8190.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.95%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=23.95%
G=35.28%
B=40.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482182520.410.1300.01199.6294.5578.43
Hex94DAFC29D01c85f4e
Octal224332374511501310137116
Binary1001010011011010111111001010011101011100100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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