#99E3FF

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

Shades of Columbia Blue #99E3FF

Tints of Columbia Blue #99E3FF

Color information

#99E3FF (or 0x99E3FF) is unknown color: approx Columbia Blue. HEX triplet: 99, E3 and FF. RGB value is (153,227,255). Sum of RGB (Red+Green+Blue) = 153+227+255=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3FF is #661C00. Grayscale: #CFCFCF. Windows color (decimal): -6691841 or 16769945. OLE color: 16769945.

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

Color convert

RGB153227255-
CMYK0.40.1100
HSL196.47º100%80%-
HSV(B)196.47º40%100%-
XYZ58.6668.93104.82-
YUV208.07154.4888.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.09%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 255 (100% from 255) = 40.16%
R=24.09%
G=35.75%
B=40.16%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532272550.40.1100196.4710080
Hex99E3FF28B00c46450
Octal231343377501300304144120
Binary1001100111100011111111111010001011001100010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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