#99D7FD

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

Shades of Columbia Blue #99D7FD

Tints of Columbia Blue #99D7FD

Color information

#99D7FD (or 0x99D7FD) is unknown color: approx Columbia Blue. HEX triplet: 99, D7 and FD. RGB value is (153,215,253). Sum of RGB (Red+Green+Blue) = 153+215+253=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D7FD is #662802. Grayscale: #C8C8C8. Windows color (decimal): -6694915 or 16635801. OLE color: 16635801.

HSL color Cylindrical-coordinate representation of color #99D7FD: hue angle of 202.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D7FD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153215253-
CMYK0.400.1500.01
HSL202.8º96.15%79.61%-
HSV(B)202.8º39.53%99.22%-
XYZ55.1762.47102.08-
YUV200.79157.4693.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=24.64%
G=34.62%
B=40.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532152530.400.1500.01202.896.1579.61
Hex99D7FD28F01cb6050
Octal231327375501701313140120
Binary1001100111010111111111011010001111011100101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,253); }

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

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

 a { background-color: rgb(153,215,253); }

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

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

 span { border-color: rgb(153,215,253); }

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