#C7DAEF

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

Shades of Hawkes Blue #C7DAEF

Tints of Hawkes Blue #C7DAEF

Color information

#C7DAEF (or 0xC7DAEF) is unknown color: approx Hawkes Blue. HEX triplet: C7, DA and EF. RGB value is (199,218,239). Sum of RGB (Red+Green+Blue) = 199+218+239=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAEF is #382510. Grayscale: #D6D6D6. Windows color (decimal): -3679505 or 15719111. OLE color: 15719111.

HSL color Cylindrical-coordinate representation of color #C7DAEF: hue angle of 211.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7DAEF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199218239-
CMYK0.170.0900.06
HSL211.5º55.56%85.88%-
HSV(B)211.5º16.74%93.73%-
XYZ64.268.5291.5-
YUV214.71141.71116.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=30.34%
G=33.23%
B=36.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992182390.170.0900.06211.555.5685.88
HexC7DAEF11906d43856
Octal30733235721110632470126
Binary1100011111011010111011111000110010110110101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAEF; }

 p { color: rgb(199,218,239); }

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

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

 a { background-color: rgb(199,218,239); }

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

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

 span { border-color: rgb(199,218,239); }

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