#CAD5EB

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

Shades of Hawkes Blue #CAD5EB

Tints of Hawkes Blue #CAD5EB

Color information

#CAD5EB (or 0xCAD5EB) is unknown color: approx Hawkes Blue. HEX triplet: CA, D5 and EB. RGB value is (202,213,235). Sum of RGB (Red+Green+Blue) = 202+213+235=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD5EB is #352A14. Grayscale: #D4D4D4. Windows color (decimal): -3484181 or 15455690. OLE color: 15455690.

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

Color convert

RGB202213235-
CMYK0.140.0900.08
HSL220º45.21%85.69%-
HSV(B)220º14.04%92.16%-
XYZ63.1566.1488.04-
YUV212.22140.86120.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=31.08%
G=32.77%
B=36.15%

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
Decimal2022132350.140.0900.0822045.2185.69
HexCAD5EBE908dc2d56
Octal312325353161101033455126
Binary1100101011010101111010111110100101000110111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5EB; }

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

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

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

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

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

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

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

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