#CAD4EE

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

Shades of Hawkes Blue #CAD4EE

Tints of Hawkes Blue #CAD4EE

Color information

#CAD4EE (or 0xCAD4EE) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and EE. RGB value is (202,212,238). Sum of RGB (Red+Green+Blue) = 202+212+238=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4EE is #352B11. Grayscale: #D3D3D3. Windows color (decimal): -3484434 or 15652042. OLE color: 15652042.

HSL color Cylindrical-coordinate representation of color #CAD4EE: hue angle of 223.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD4EE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202212238-
CMYK0.150.1100.07
HSL223.33º51.43%86.27%-
HSV(B)223.33º15.13%93.33%-
XYZ63.3365.8290.25-
YUV211.97142.69120.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=30.98%
G=32.52%
B=36.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022122380.150.1100.07223.3351.4386.27
HexCAD4EEFB07df3356
Octal31232435617130733763126
Binary110010101101010011101110111110110111110111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4EE; }

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

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

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

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

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

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

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

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