#CAD7FE

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

Shades of Hawkes Blue #CAD7FE

Tints of Hawkes Blue #CAD7FE

Color information

#CAD7FE (or 0xCAD7FE) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and FE. RGB value is (202,215,254). Sum of RGB (Red+Green+Blue) = 202+215+254=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7FE is #352801. Grayscale: #D7D7D7. Windows color (decimal): -3483650 or 16701386. OLE color: 16701386.

HSL color Cylindrical-coordinate representation of color #CAD7FE: hue angle of 225º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD7FE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202215254-
CMYK0.200.1500.00
HSL225º96.3%89.41%-
HSV(B)225º20.47%99.61%-
XYZ66.5568.31103.44-
YUV215.56149.69118.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=30.10%
G=32.04%
B=37.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022152540.200.1500.0022596.389.41
HexCAD7FE14F00e16059
Octal312327376241700341140131
Binary110010101101011111111110101001111001110000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7FE; }

 p { color: rgb(202,215,254); }

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

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

 a { background-color: rgb(202,215,254); }

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

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

 span { border-color: rgb(202,215,254); }

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