#99DAFF

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

Shades of Columbia Blue #99DAFF

Tints of Columbia Blue #99DAFF

Color information

#99DAFF (or 0x99DAFF) is unknown color: approx Columbia Blue. HEX triplet: 99, DA and FF. RGB value is (153,218,255). Sum of RGB (Red+Green+Blue) = 153+218+255=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAFF is #662500. Grayscale: #CACACA. Windows color (decimal): -6694145 or 16767641. OLE color: 16767641.

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

Color convert

RGB153218255-
CMYK0.40.1500
HSL201.76º100%80%-
HSV(B)201.76º40%100%-
XYZ56.2664.14104.02-
YUV202.78157.4792.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.44%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 255 (100% from 255) = 40.73%
R=24.44%
G=34.82%
B=40.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532182550.40.1500201.7610080
Hex99DAFF28F00ca6450
Octal231332377501700312144120
Binary1001100111011010111111111010001111001100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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