#C7DAEE

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

Shades of Hawkes Blue #C7DAEE

Tints of Hawkes Blue #C7DAEE

Color information

#C7DAEE (or 0xC7DAEE) is unknown color: approx Hawkes Blue. HEX triplet: C7, DA and EE. RGB value is (199,218,238). Sum of RGB (Red+Green+Blue) = 199+218+238=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAEE is #382511. Grayscale: #D6D6D6. Windows color (decimal): -3679506 or 15653575. OLE color: 15653575.

HSL color Cylindrical-coordinate representation of color #C7DAEE: hue angle of 210.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DAEE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199218238-
CMYK0.160.0800.07
HSL210.77º53.42%85.69%-
HSV(B)210.77º16.39%93.33%-
XYZ64.0668.4690.73-
YUV214.6141.21116.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.38%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=30.38%
G=33.28%
B=36.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992182380.160.0800.07210.7753.4285.69
HexC7DAEE10807d33556
Octal30733235620100732365126
Binary1100011111011010111011101000010000111110100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAEE; }

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

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

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

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

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

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

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

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