#CADCF9

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

Shades of Hawkes Blue #CADCF9

Tints of Hawkes Blue #CADCF9

Color information

#CADCF9 (or 0xCADCF9) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and F9. RGB value is (202,220,249). Sum of RGB (Red+Green+Blue) = 202+220+249=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CADCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF9 is #352306. Grayscale: #D9D9D9. Windows color (decimal): -3482375 or 16374986. OLE color: 16374986.

HSL color Cylindrical-coordinate representation of color #CADCF9: hue angle of 217.02º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADCF9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202220249-
CMYK0.190.1200.02
HSL217.02º79.66%88.43%-
HSV(B)217.02º18.88%97.65%-
XYZ67.0570.5899.71-
YUV217.92145.54116.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=30.10%
G=32.79%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022202490.190.1200.02217.0279.6688.43
HexCADCF913C02d95058
Octal312334371231402331120130
Binary1100101011011100111110011001111000101101100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCF9; }

 p { color: rgb(202,220,249); }

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

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

 a { background-color: rgb(202,220,249); }

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

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

 span { border-color: rgb(202,220,249); }

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