#CAD7EC

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

Shades of Hawkes Blue #CAD7EC

Tints of Hawkes Blue #CAD7EC

Color information

#CAD7EC (or 0xCAD7EC) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and EC. RGB value is (202,215,236). Sum of RGB (Red+Green+Blue) = 202+215+236=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7EC is #352813. Grayscale: #D5D5D5. Windows color (decimal): -3483668 or 15521738. OLE color: 15521738.

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

Color convert

RGB202215236-
CMYK0.140.0900.07
HSL217.06º47.22%85.88%-
HSV(B)217.06º14.41%92.55%-
XYZ63.867.2188.97-
YUV213.51140.69119.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=30.93%
G=32.92%
B=36.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022152360.140.0900.07217.0647.2285.88
HexCAD7ECE907d92f56
Octal31232735416110733157126
Binary110010101101011111101100111010010111110110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7EC; }

 p { color: rgb(202,215,236); }

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

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

 a { background-color: rgb(202,215,236); }

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

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

 span { border-color: rgb(202,215,236); }

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