#CAD5EA

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

Shades of Hawkes Blue #CAD5EA

Tints of Hawkes Blue #CAD5EA

Color information

#CAD5EA (or 0xCAD5EA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D5 and EA. RGB value is (202,213,234). Sum of RGB (Red+Green+Blue) = 202+213+234=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5EA is #352A15. Grayscale: #D4D4D4. Windows color (decimal): -3484182 or 15390154. OLE color: 15390154.

HSL color Cylindrical-coordinate representation of color #CAD5EA: hue angle of 219.38º 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 #CAD5EA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202213234-
CMYK0.140.0900.08
HSL219.38º43.24%85.49%-
HSV(B)219.38º13.68%91.76%-
XYZ6366.0987.28-
YUV212.1140.36120.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=31.12%
G=32.82%
B=36.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022132340.140.0900.08219.3843.2485.49
HexCAD5EAE908db2b55
Octal312325352161101033353125
Binary1100101011010101111010101110100101000110110111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5EA; }

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

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

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

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

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

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

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

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