#CAD6ED

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

Shades of Hawkes Blue #CAD6ED

Tints of Hawkes Blue #CAD6ED

Color information

#CAD6ED (or 0xCAD6ED) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and ED. RGB value is (202,214,237). Sum of RGB (Red+Green+Blue) = 202+214+237=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6ED is #352912. Grayscale: #D4D4D4. Windows color (decimal): -3483923 or 15587018. OLE color: 15587018.

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

Color convert

RGB202214237-
CMYK0.150.1000.07
HSL219.43º49.3%86.08%-
HSV(B)219.43º14.77%92.94%-
XYZ63.6966.7689.65-
YUV213.03141.52120.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=30.93%
G=32.77%
B=36.29%

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
Decimal2022142370.150.1000.07219.4349.386.08
HexCAD6EDFA07db3156
Octal31232635517120733361126
Binary110010101101011011101101111110100111110110111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6ED; }

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

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

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

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

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

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

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

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