#99E1FF

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

Shades of Columbia Blue #99E1FF

Tints of Columbia Blue #99E1FF

Color information

#99E1FF (or 0x99E1FF) is unknown color: approx Columbia Blue. HEX triplet: 99, E1 and FF. RGB value is (153,225,255). Sum of RGB (Red+Green+Blue) = 153+225+255=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E1FF is #661E00. Grayscale: #CECECE. Windows color (decimal): -6692353 or 16769433. OLE color: 16769433.

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

Color convert

RGB153225255-
CMYK0.40.1200
HSL197.65º100%80%-
HSV(B)197.65º40%100%-
XYZ58.1167.84104.64-
YUV206.89155.1589.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.17%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 255 (100% from 255) = 40.28%
R=24.17%
G=35.55%
B=40.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532252550.40.1200197.6510080
Hex99E1FF28C00c66450
Octal231341377501400306144120
Binary1001100111100001111111111010001100001100011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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