#C7D7FD

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

Shades of Hawkes Blue #C7D7FD

Tints of Hawkes Blue #C7D7FD

Color information

#C7D7FD (or 0xC7D7FD) is unknown color: approx Hawkes Blue. HEX triplet: C7, D7 and FD. RGB value is (199,215,253). Sum of RGB (Red+Green+Blue) = 199+215+253=667 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.84% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D7FD is #382802. Grayscale: #D6D6D6. Windows color (decimal): -3680259 or 16635847. OLE color: 16635847.

HSL color Cylindrical-coordinate representation of color #C7D7FD: hue angle of 222.22º 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 #C7D7FD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199215253-
CMYK0.210.1500.01
HSL222.22º93.1%88.63%-
HSV(B)222.22º21.34%99.22%-
XYZ65.5867.83102.57-
YUV214.55149.7116.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.84%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=29.84%
G=32.23%
B=37.93%

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
Decimal1992152530.210.1500.01222.2293.188.63
HexC7D7FD15F01de5d59
Octal307327375251701336135131
Binary110001111101011111111101101011111011101111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D7FD; }

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

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

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

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

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

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

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

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