#CADFF8

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

Shades of Hawkes Blue #CADFF8

Tints of Hawkes Blue #CADFF8

Color information

#CADFF8 (or 0xCADFF8) is unknown color: approx Hawkes Blue. HEX triplet: CA, DF and F8. RGB value is (202,223,248). Sum of RGB (Red+Green+Blue) = 202+223+248=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #CADFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF8 is #352007. Grayscale: #DBDBDB. Windows color (decimal): -3481608 or 16310218. OLE color: 16310218.

HSL color Cylindrical-coordinate representation of color #CADFF8: hue angle of 212.61º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADFF8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202223248-
CMYK0.190.1000.03
HSL212.61º76.67%88.24%-
HSV(B)212.61º18.55%97.25%-
XYZ67.6972.1199.16-
YUV219.57144.04115.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 248 (97.27% from 255) = 36.85%
R=30.01%
G=33.14%
B=36.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022232480.190.1000.03212.6176.6788.24
HexCADFF813A03d54d58
Octal312337370231203325115130
Binary1100101011011111111110001001110100111101010110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFF8; }

 p { color: rgb(202,223,248); }

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

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

 a { background-color: rgb(202,223,248); }

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

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

 span { border-color: rgb(202,223,248); }

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