#CAD6EB

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

Shades of Hawkes Blue #CAD6EB

Tints of Hawkes Blue #CAD6EB

Color information

#CAD6EB (or 0xCAD6EB) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and EB. RGB value is (202,214,235). Sum of RGB (Red+Green+Blue) = 202+214+235=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6EB is #352914. Grayscale: #D4D4D4. Windows color (decimal): -3483925 or 15455946. OLE color: 15455946.

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

Color convert

RGB202214235-
CMYK0.140.0900.08
HSL218.18º45.21%85.69%-
HSV(B)218.18º14.04%92.16%-
XYZ63.466.6588.12-
YUV212.81140.52120.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=31.03%
G=32.87%
B=36.10%

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
Decimal2022142350.140.0900.08218.1845.2185.69
HexCAD6EBE908da2d56
Octal312326353161101033255126
Binary1100101011010110111010111110100101000110110101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6EB; }

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

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

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

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

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

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

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

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