#99E4FF

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

Shades of Columbia Blue #99E4FF

Tints of Columbia Blue #99E4FF

Color information

#99E4FF (or 0x99E4FF) is unknown color: approx Columbia Blue. HEX triplet: 99, E4 and FF. RGB value is (153,228,255). Sum of RGB (Red+Green+Blue) = 153+228+255=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E4FF is #661B00. Grayscale: #D0D0D0. Windows color (decimal): -6691585 or 16770201. OLE color: 16770201.

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

Color convert

RGB153228255-
CMYK0.40.1100
HSL195.88º100%80%-
HSV(B)195.88º40%100%-
XYZ58.9369.48104.91-
YUV208.65154.1588.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.06%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 255 (100% from 255) = 40.09%
R=24.06%
G=35.85%
B=40.09%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532282550.40.1100195.8810080
Hex99E4FF28B00c46450
Octal231344377501300304144120
Binary1001100111100100111111111010001011001100010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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