#99D4FC

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

Shades of Columbia Blue #99D4FC

Tints of Columbia Blue #99D4FC

Color information

#99D4FC (or 0x99D4FC) is unknown color: approx Columbia Blue. HEX triplet: 99, D4 and FC. RGB value is (153,212,252). Sum of RGB (Red+Green+Blue) = 153+212+252=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #99D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4FC is #662B03. Grayscale: #C6C6C6. Windows color (decimal): -6695684 or 16569497. OLE color: 16569497.

HSL color Cylindrical-coordinate representation of color #99D4FC: hue angle of 204.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D4FC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153212252-
CMYK0.390.1600.01
HSL204.24º94.29%79.41%-
HSV(B)204.24º39.29%98.82%-
XYZ54.2560.89100.99-
YUV198.92157.9595.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.80%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=24.80%
G=34.36%
B=40.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532122520.390.1600.01204.2494.2979.41
Hex99D4FC271001cc5e4f
Octal231324374472001314136117
Binary10011001110101001111110010011110000011100110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D4FC; }

 p { color: rgb(153,212,252); }

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

<style>
 a { background-color: #99D4FC; }

 a { background-color: rgb(153,212,252); }

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

<style>
 span { border-color: #99D4FC; }

 span { border-color: rgb(153,212,252); }

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