#C7D6FD

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

Shades of Hawkes Blue #C7D6FD

Tints of Hawkes Blue #C7D6FD

Color information

#C7D6FD (or 0xC7D6FD) is unknown color: approx Hawkes Blue. HEX triplet: C7, D6 and FD. RGB value is (199,214,253). Sum of RGB (Red+Green+Blue) = 199+214+253=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D6FD is #382902. Grayscale: #D5D5D5. Windows color (decimal): -3680515 or 16635591. OLE color: 16635591.

HSL color Cylindrical-coordinate representation of color #C7D6FD: hue angle of 223.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7D6FD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199214253-
CMYK0.210.1500.01
HSL223.33º93.1%88.63%-
HSV(B)223.33º21.34%99.22%-
XYZ65.3367.33102.48-
YUV213.96150.03117.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.88%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=29.88%
G=32.13%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992142530.210.1500.01223.3393.188.63
HexC7D6FD15F01df5d59
Octal307326375251701337135131
Binary110001111101011011111101101011111011101111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6FD; }

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

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

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

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

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

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

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

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