#CAD8EA

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

Shades of Hawkes Blue #CAD8EA

Tints of Hawkes Blue #CAD8EA

Color information

#CAD8EA (or 0xCAD8EA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D8 and EA. RGB value is (202,216,234). Sum of RGB (Red+Green+Blue) = 202+216+234=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8EA is #352715. Grayscale: #D5D5D5. Windows color (decimal): -3483414 or 15390922. OLE color: 15390922.

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

Color convert

RGB202216234-
CMYK0.140.0800.08
HSL213.75º43.24%85.49%-
HSV(B)213.75º13.68%91.76%-
XYZ63.7667.6187.53-
YUV213.87139.36119.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=30.98%
G=33.13%
B=35.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022162340.140.0800.08213.7543.2485.49
HexCAD8EAE808d62b55
Octal312330352161001032653125
Binary1100101011011000111010101110100001000110101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8EA; }

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

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

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

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

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

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

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

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