#CAD6EE

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

Shades of Hawkes Blue #CAD6EE

Tints of Hawkes Blue #CAD6EE

Color information

#CAD6EE (or 0xCAD6EE) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and EE. RGB value is (202,214,238). Sum of RGB (Red+Green+Blue) = 202+214+238=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6EE is #352911. Grayscale: #D5D5D5. Windows color (decimal): -3483922 or 15652554. OLE color: 15652554.

HSL color Cylindrical-coordinate representation of color #CAD6EE: hue angle of 220º 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 #CAD6EE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202214238-
CMYK0.150.1000.07
HSL220º51.43%86.27%-
HSV(B)220º15.13%93.33%-
XYZ63.8466.8290.42-
YUV213.15142.02120.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=30.89%
G=32.72%
B=36.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022142380.150.1000.0722051.4386.27
HexCAD6EEFA07dc3356
Octal31232635617120733463126
Binary110010101101011011101110111110100111110111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6EE; }

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

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

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

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

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

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

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

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