#99DDFE

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

Shades of Columbia Blue #99DDFE

Tints of Columbia Blue #99DDFE

Color information

#99DDFE (or 0x99DDFE) is unknown color: approx Columbia Blue. HEX triplet: 99, DD and FE. RGB value is (153,221,254). Sum of RGB (Red+Green+Blue) = 153+221+254=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #99DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDFE is #662201. Grayscale: #CCCCCC. Windows color (decimal): -6693378 or 16702873. OLE color: 16702873.

HSL color Cylindrical-coordinate representation of color #99DDFE: hue angle of 199.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DDFE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153221254-
CMYK0.400.1300.00
HSL199.6º98.06%79.8%-
HSV(B)199.6º39.76%99.61%-
XYZ56.8865.64103.44-
YUV204.43155.9791.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.36%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=24.36%
G=35.19%
B=40.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532212540.400.1300.00199.698.0679.8
Hex99DDFE28D00c86250
Octal231335376501500310142120
Binary1001100111011101111111101010001101001100100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,221,254); }

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

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

 a { background-color: rgb(153,221,254); }

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

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

 span { border-color: rgb(153,221,254); }

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