#CAD4EA

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

Shades of Hawkes Blue #CAD4EA

Tints of Hawkes Blue #CAD4EA

Color information

#CAD4EA (or 0xCAD4EA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and EA. RGB value is (202,212,234). Sum of RGB (Red+Green+Blue) = 202+212+234=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4EA is #352B15. Grayscale: #D3D3D3. Windows color (decimal): -3484438 or 15389898. OLE color: 15389898.

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

Color convert

RGB202212234-
CMYK0.140.0900.08
HSL221.25º43.24%85.49%-
HSV(B)221.25º13.68%91.76%-
XYZ62.7565.5887.19-
YUV211.52140.69121.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 212 (83.20% from 255) = 32.72%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=31.17%
G=32.72%
B=36.11%

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
Decimal2022122340.140.0900.08221.2543.2485.49
HexCAD4EAE908dd2b55
Octal312324352161101033553125
Binary1100101011010100111010101110100101000110111011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4EA; }

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

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

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

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

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

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

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

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