#99EBFF

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

Shades of Columbia Blue #99EBFF

Tints of Columbia Blue #99EBFF

Color information

#99EBFF (or 0x99EBFF) is unknown color: approx Columbia Blue. HEX triplet: 99, EB and FF. RGB value is (153,235,255). Sum of RGB (Red+Green+Blue) = 153+235+255=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBFF is #661400. Grayscale: #D4D4D4. Windows color (decimal): -6689793 or 16771993. OLE color: 16771993.

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

Color convert

RGB153235255-
CMYK0.40.0800
HSL191.76º100%80%-
HSV(B)191.76º40%100%-
XYZ60.973.41105.57-
YUV212.76151.8385.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.79%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 255 (100% from 255) = 39.66%
R=23.79%
G=36.55%
B=39.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532352550.40.0800191.7610080
Hex99EBFF28800c06450
Octal231353377501000300144120
Binary1001100111101011111111111010001000001100000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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