#C7DDFF

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

Shades of Hawkes Blue #C7DDFF

Tints of Hawkes Blue #C7DDFF

Color information

#C7DDFF (or 0xC7DDFF) is unknown color: approx Hawkes Blue. HEX triplet: C7, DD and FF. RGB value is (199,221,255). Sum of RGB (Red+Green+Blue) = 199+221+255=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDFF is #382200. Grayscale: #DADADA. Windows color (decimal): -3678721 or 16768455. OLE color: 16768455.

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

Color convert

RGB199221255-
CMYK0.220.1300
HSL216.43º100%89.02%-
HSV(B)216.43º21.96%100%-
XYZ67.4671.08104.77-
YUV218.3148.71114.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 255 (100% from 255) = 37.78%
R=29.48%
G=32.74%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992212550.220.1300216.4310089.02
HexC7DDFF16D00d86459
Octal307335377261500330144131
Binary110001111101110111111111101101101001101100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDFF; }

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

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

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

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

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

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

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

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