#99E2FD

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

Shades of Columbia Blue #99E2FD

Tints of Columbia Blue #99E2FD

Color information

#99E2FD (or 0x99E2FD) is unknown color: approx Columbia Blue. HEX triplet: 99, E2 and FD. RGB value is (153,226,253). Sum of RGB (Red+Green+Blue) = 153+226+253=632 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.21% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #99E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2FD is #661D02. Grayscale: #CFCFCF. Windows color (decimal): -6692099 or 16638617. OLE color: 16638617.

HSL color Cylindrical-coordinate representation of color #99E2FD: hue angle of 196.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99E2FD is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153226253-
CMYK0.400.1100.01
HSL196.2º96.15%79.61%-
HSV(B)196.2º39.53%99.22%-
XYZ58.0668.26103.04-
YUV207.25153.8289.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.21%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=24.21%
G=35.76%
B=40.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532262530.400.1100.01196.296.1579.61
Hex99E2FD28B01c46050
Octal231342375501301304140120
Binary1001100111100010111111011010001011011100010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,226,253); }

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

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

 a { background-color: rgb(153,226,253); }

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

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

 span { border-color: rgb(153,226,253); }

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