#CCD9FD

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

Shades of Hawkes Blue #CCD9FD

Tints of Hawkes Blue #CCD9FD

Color information

#CCD9FD (or 0xCCD9FD) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and FD. RGB value is (204,217,253). Sum of RGB (Red+Green+Blue) = 204+217+253=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FD is #332602. Grayscale: #D9D9D9. Windows color (decimal): -3352067 or 16636364. OLE color: 16636364.

HSL color Cylindrical-coordinate representation of color #CCD9FD: hue angle of 224.08º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD9FD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204217253-
CMYK0.190.1400.01
HSL224.08º92.45%89.61%-
HSV(B)224.08º19.37%99.22%-
XYZ67.4469.55102.8-
YUV217.22148.19118.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=30.27%
G=32.20%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042172530.190.1400.01224.0892.4589.61
HexCCD9FD13E01e05c5a
Octal314331375231601340134132
Binary110011001101100111111101100111110011110000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9FD; }

 p { color: rgb(204,217,253); }

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

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

 a { background-color: rgb(204,217,253); }

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

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

 span { border-color: rgb(204,217,253); }

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