#99D8FE

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

Shades of Columbia Blue #99D8FE

Tints of Columbia Blue #99D8FE

Color information

#99D8FE (or 0x99D8FE) is unknown color: approx Columbia Blue. HEX triplet: 99, D8 and FE. RGB value is (153,216,254). Sum of RGB (Red+Green+Blue) = 153+216+254=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D8FE is #662701. Grayscale: #C9C9C9. Windows color (decimal): -6694658 or 16701593. OLE color: 16701593.

HSL color Cylindrical-coordinate representation of color #99D8FE: hue angle of 202.57º 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 #99D8FE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153216254-
CMYK0.400.1500.00
HSL202.57º98.06%79.8%-
HSV(B)202.57º39.76%99.61%-
XYZ55.5863.04103-
YUV201.49157.6393.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.56%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=24.56%
G=34.67%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1532162540.400.1500.00202.5798.0679.8
Hex99D8FE28F00cb6250
Octal231330376501700313142120
Binary1001100111011000111111101010001111001100101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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