#CADAFC

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

Shades of Hawkes Blue #CADAFC

Tints of Hawkes Blue #CADAFC

Color information

#CADAFC (or 0xCADAFC) is unknown color: approx Hawkes Blue. HEX triplet: CA, DA and FC. RGB value is (202,218,252). Sum of RGB (Red+Green+Blue) = 202+218+252=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFC is #352503. Grayscale: #D8D8D8. Windows color (decimal): -3482884 or 16571082. OLE color: 16571082.

HSL color Cylindrical-coordinate representation of color #CADAFC: hue angle of 220.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADAFC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202218252-
CMYK0.200.1300.01
HSL220.8º89.29%89.02%-
HSV(B)220.8º19.84%98.82%-
XYZ6769.73102.02-
YUV217.09147.7117.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=30.06%
G=32.44%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022182520.200.1300.01220.889.2989.02
HexCADAFC14D01dd5959
Octal312332374241501335131131
Binary110010101101101011111100101001101011101110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAFC; }

 p { color: rgb(202,218,252); }

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

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

 a { background-color: rgb(202,218,252); }

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

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

 span { border-color: rgb(202,218,252); }

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