#CAD7EA

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

Shades of Hawkes Blue #CAD7EA

Tints of Hawkes Blue #CAD7EA

Color information

#CAD7EA (or 0xCAD7EA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and EA. RGB value is (202,215,234). Sum of RGB (Red+Green+Blue) = 202+215+234=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7EA is #352815. Grayscale: #D5D5D5. Windows color (decimal): -3483670 or 15390666. OLE color: 15390666.

HSL color Cylindrical-coordinate representation of color #CAD7EA: hue angle of 215.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD7EA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202215234-
CMYK0.140.0800.08
HSL215.62º43.24%85.49%-
HSV(B)215.62º13.68%91.76%-
XYZ63.5167.187.45-
YUV213.28139.69119.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 215 (84.38% from 255) = 33.03%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=31.03%
G=33.03%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022152340.140.0800.08215.6243.2485.49
HexCAD7EAE808d82b55
Octal312327352161001033053125
Binary1100101011010111111010101110100001000110110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7EA; }

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

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

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

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

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

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

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

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