#99E5FF

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

Shades of Columbia Blue #99E5FF

Tints of Columbia Blue #99E5FF

Color information

#99E5FF (or 0x99E5FF) is unknown color: approx Columbia Blue. HEX triplet: 99, E5 and FF. RGB value is (153,229,255). Sum of RGB (Red+Green+Blue) = 153+229+255=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E5FF is #661A00. Grayscale: #D1D1D1. Windows color (decimal): -6691329 or 16770457. OLE color: 16770457.

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

Color convert

RGB153229255-
CMYK0.40.1000
HSL195.29º100%80%-
HSV(B)195.29º40%100%-
XYZ59.2170.03105-
YUV209.24153.8287.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.02%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 255 (100% from 255) = 40.03%
R=24.02%
G=35.95%
B=40.03%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532292550.40.1000195.2910080
Hex99E5FF28A00c36450
Octal231345377501200303144120
Binary1001100111100101111111111010001010001100001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,229,255); }

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

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

 a { background-color: rgb(153,229,255); }

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

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

 span { border-color: rgb(153,229,255); }

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