#99E2FE

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

Shades of Columbia Blue #99E2FE

Tints of Columbia Blue #99E2FE

Color information

#99E2FE (or 0x99E2FE) is unknown color: approx Columbia Blue. HEX triplet: 99, E2 and FE. RGB value is (153,226,254). Sum of RGB (Red+Green+Blue) = 153+226+254=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2FE is #661D01. Grayscale: #CFCFCF. Windows color (decimal): -6692098 or 16704153. OLE color: 16704153.

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

Color convert

RGB153226254-
CMYK0.400.1100.00
HSL196.63º98.06%79.8%-
HSV(B)196.63º39.76%99.61%-
XYZ58.2268.32103.88-
YUV207.36154.3289.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.17%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=24.17%
G=35.70%
B=40.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532262540.400.1100.00196.6398.0679.8
Hex99E2FE28B00c56250
Octal231342376501300305142120
Binary1001100111100010111111101010001011001100010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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