#C7DDFE

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

Shades of Hawkes Blue #C7DDFE

Tints of Hawkes Blue #C7DDFE

Color information

#C7DDFE (or 0xC7DDFE) is unknown color: approx Hawkes Blue. HEX triplet: C7, DD and FE. RGB value is (199,221,254). Sum of RGB (Red+Green+Blue) = 199+221+254=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDFE is #382201. Grayscale: #DADADA. Windows color (decimal): -3678722 or 16702919. OLE color: 16702919.

HSL color Cylindrical-coordinate representation of color #C7DDFE: hue angle of 216º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DDFE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199221254-
CMYK0.220.1300.00
HSL216º96.49%88.82%-
HSV(B)216º21.65%99.61%-
XYZ67.371.01103.93-
YUV218.18148.21114.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.53%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=29.53%
G=32.79%
B=37.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992212540.220.1300.0021696.4988.82
HexC7DDFE16D00d86059
Octal307335376261500330140131
Binary110001111101110111111110101101101001101100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDFE; }

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

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

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

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

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

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

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

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