#CAD8E6

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

Shades of Hawkes Blue #CAD8E6

Tints of Hawkes Blue #CAD8E6

Color information

#CAD8E6 (or 0xCAD8E6) is unknown color: approx Hawkes Blue. HEX triplet: CA, D8 and E6. RGB value is (202,216,230). Sum of RGB (Red+Green+Blue) = 202+216+230=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8E6 is #352719. Grayscale: #D5D5D5. Windows color (decimal): -3483418 or 15128778. OLE color: 15128778.

HSL color Cylindrical-coordinate representation of color #CAD8E6: hue angle of 210º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD8E6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202216230-
CMYK0.120.0600.10
HSL210º35.9%84.71%-
HSV(B)210º12.17%90.2%-
XYZ63.267.3884.54-
YUV213.41137.36119.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 216 (84.77% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 35.49%
R=31.17%
G=33.33%
B=35.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022162300.120.0600.1021035.984.71
HexCAD8E6C60Ad22455
Octal31233034614601232244125
Binary110010101101100011100110110011001010110100101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8E6; }

 p { color: rgb(202,216,230); }

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

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

 a { background-color: rgb(202,216,230); }

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

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

 span { border-color: rgb(202,216,230); }

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