#CADBEE

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

Shades of Hawkes Blue #CADBEE

Tints of Hawkes Blue #CADBEE

Color information

#CADBEE (or 0xCADBEE) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and EE. RGB value is (202,219,238). Sum of RGB (Red+Green+Blue) = 202+219+238=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CADBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBEE is #352411. Grayscale: #D7D7D7. Windows color (decimal): -3482642 or 15653834. OLE color: 15653834.

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

Color convert

RGB202219238-
CMYK0.150.0800.07
HSL211.67º51.43%86.27%-
HSV(B)211.67º15.13%93.33%-
XYZ65.1269.3990.85-
YUV216.08140.37117.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=30.65%
G=33.23%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022192380.150.0800.07211.6751.4386.27
HexCADBEEF807d43356
Octal31233335617100732463126
Binary110010101101101111101110111110000111110101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBEE; }

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

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

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

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

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

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

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

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