#C7DEFF

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

Shades of Hawkes Blue #C7DEFF

Tints of Hawkes Blue #C7DEFF

Color information

#C7DEFF (or 0xC7DEFF) is unknown color: approx Hawkes Blue. HEX triplet: C7, DE and FF. RGB value is (199,222,255). Sum of RGB (Red+Green+Blue) = 199+222+255=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEFF is #382100. Grayscale: #DADADA. Windows color (decimal): -3678465 or 16768711. OLE color: 16768711.

HSL color Cylindrical-coordinate representation of color #C7DEFF: hue angle of 215.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DEFF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199222255-
CMYK0.220.1300
HSL215.36º100%89.02%-
HSV(B)215.36º21.96%100%-
XYZ67.7271.6104.86-
YUV218.88148.38113.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.44%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 255 (100% from 255) = 37.72%
R=29.44%
G=32.84%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992222550.220.1300215.3610089.02
HexC7DEFF16D00d76459
Octal307336377261500327144131
Binary110001111101111011111111101101101001101011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEFF; }

 p { color: rgb(199,222,255); }

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

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

 a { background-color: rgb(199,222,255); }

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

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

 span { border-color: rgb(199,222,255); }

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