#C7D6FF

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

Shades of Hawkes Blue #C7D6FF

Tints of Hawkes Blue #C7D6FF

Color information

#C7D6FF (or 0xC7D6FF) is unknown color: approx Hawkes Blue. HEX triplet: C7, D6 and FF. RGB value is (199,214,255). Sum of RGB (Red+Green+Blue) = 199+214+255=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D6FF is #382900. Grayscale: #D6D6D6. Windows color (decimal): -3680513 or 16766663. OLE color: 16766663.

HSL color Cylindrical-coordinate representation of color #C7D6FF: hue angle of 223.93º 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 #C7D6FF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199214255-
CMYK0.220.1600
HSL223.93º100%89.02%-
HSV(B)223.93º21.96%100%-
XYZ65.6567.46104.17-
YUV214.19151.03117.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.79%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 255 (100% from 255) = 38.17%
R=29.79%
G=32.04%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992142550.220.1600223.9310089.02
HexC7D6FF161000e06459
Octal307326377262000340144131
Binary1100011111010110111111111011010000001110000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6FF; }

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

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

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

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

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

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

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

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