#99EDFF

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

Shades of Columbia Blue #99EDFF

Tints of Columbia Blue #99EDFF

Color information

#99EDFF (or 0x99EDFF) is unknown color: approx Columbia Blue. HEX triplet: 99, ED and FF. RGB value is (153,237,255). Sum of RGB (Red+Green+Blue) = 153+237+255=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDFF is #661200. Grayscale: #D5D5D5. Windows color (decimal): -6689281 or 16772505. OLE color: 16772505.

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

Color convert

RGB153237255-
CMYK0.40.0700
HSL190.59º100%80%-
HSV(B)190.59º40%100%-
XYZ61.4774.56105.76-
YUV213.94151.1784.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.72%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 255 (100% from 255) = 39.53%
R=23.72%
G=36.74%
B=39.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532372550.40.0700190.5910080
Hex99EDFF28700bf6450
Octal23135537750700277144120
Binary100110011110110111111111101000111001011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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