#CAD9EB

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

Shades of Hawkes Blue #CAD9EB

Tints of Hawkes Blue #CAD9EB

Color information

#CAD9EB (or 0xCAD9EB) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and EB. RGB value is (202,217,235). Sum of RGB (Red+Green+Blue) = 202+217+235=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9EB is #352614. Grayscale: #D6D6D6. Windows color (decimal): -3483157 or 15456714. OLE color: 15456714.

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

Color convert

RGB202217235-
CMYK0.140.0800.08
HSL212.73º45.21%85.69%-
HSV(B)212.73º14.04%92.16%-
XYZ64.1768.1888.38-
YUV214.57139.53119.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=30.89%
G=33.18%
B=35.93%

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
Decimal2022172350.140.0800.08212.7345.2185.69
HexCAD9EBE808d52d56
Octal312331353161001032555126
Binary1100101011011001111010111110100001000110101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9EB; }

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

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

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

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

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

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

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

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