#C7DDFD

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

Shades of Hawkes Blue #C7DDFD

Tints of Hawkes Blue #C7DDFD

Color information

#C7DDFD (or 0xC7DDFD) is unknown color: approx Hawkes Blue. HEX triplet: C7, DD and FD. RGB value is (199,221,253). Sum of RGB (Red+Green+Blue) = 199+221+253=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDFD is #382202. Grayscale: #D9D9D9. Windows color (decimal): -3678723 or 16637383. OLE color: 16637383.

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

Color convert

RGB199221253-
CMYK0.210.1300.01
HSL215.56º93.1%88.63%-
HSV(B)215.56º21.34%99.22%-
XYZ67.1470.95103.08-
YUV218.07147.71114.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.57%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=29.57%
G=32.84%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992212530.210.1300.01215.5693.188.63
HexC7DDFD15D01d85d59
Octal307335375251501330135131
Binary110001111101110111111101101011101011101100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDFD; }

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

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

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

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

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

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

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

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