#99E3FE

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

Shades of Columbia Blue #99E3FE

Tints of Columbia Blue #99E3FE

Color information

#99E3FE (or 0x99E3FE) is unknown color: approx Columbia Blue. HEX triplet: 99, E3 and FE. RGB value is (153,227,254). Sum of RGB (Red+Green+Blue) = 153+227+254=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3FE is #661C01. Grayscale: #CFCFCF. Windows color (decimal): -6691842 or 16704409. OLE color: 16704409.

HSL color Cylindrical-coordinate representation of color #99E3FE: hue angle of 196.04º 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 #99E3FE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153227254-
CMYK0.400.1100.00
HSL196.04º98.06%79.8%-
HSV(B)196.04º39.76%99.61%-
XYZ58.568.87103.98-
YUV207.95153.9888.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.13%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=24.13%
G=35.80%
B=40.06%

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
Decimal1532272540.400.1100.00196.0498.0679.8
Hex99E3FE28B00c46250
Octal231343376501300304142120
Binary1001100111100011111111101010001011001100010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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