#99DFF8

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

Shades of Columbia Blue #99DFF8

Tints of Columbia Blue #99DFF8

Color information

#99DFF8 (or 0x99DFF8) is unknown color: approx Columbia Blue. HEX triplet: 99, DF and F8. RGB value is (153,223,248). Sum of RGB (Red+Green+Blue) = 153+223+248=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #99DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF8 is #662007. Grayscale: #CCCCCC. Windows color (decimal): -6692872 or 16310169. OLE color: 16310169.

HSL color Cylindrical-coordinate representation of color #99DFF8: hue angle of 195.79º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DFF8 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153223248-
CMYK0.380.1000.03
HSL195.79º87.16%78.63%-
HSV(B)195.79º38.31%97.25%-
XYZ56.4766.3298.63-
YUV204.92152.3190.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.52%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=24.52%
G=35.74%
B=39.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532232480.380.1000.03195.7987.1678.63
Hex99DFF826A03c4574f
Octal231337370461203304127117
Binary10011001110111111111100010011010100111100010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,248); }

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

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

 a { background-color: rgb(153,223,248); }

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

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

 span { border-color: rgb(153,223,248); }

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