#99EAFF

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

Shades of Columbia Blue #99EAFF

Tints of Columbia Blue #99EAFF

Color information

#99EAFF (or 0x99EAFF) is unknown color: approx Columbia Blue. HEX triplet: 99, EA and FF. RGB value is (153,234,255). Sum of RGB (Red+Green+Blue) = 153+234+255=642 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.83% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAFF is #661500. Grayscale: #D4D4D4. Windows color (decimal): -6690049 or 16771737. OLE color: 16771737.

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

Color convert

RGB153234255-
CMYK0.40.0800
HSL192.35º100%80%-
HSV(B)192.35º40%100%-
XYZ60.6172.84105.47-
YUV212.18152.1685.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.83%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 255 (100% from 255) = 39.72%
R=23.83%
G=36.45%
B=39.72%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532342550.40.0800192.3510080
Hex99EAFF28800c06450
Octal231352377501000300144120
Binary1001100111101010111111111010001000001100000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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