#C7D4F1

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

Shades of Hawkes Blue #C7D4F1

Tints of Hawkes Blue #C7D4F1

Color information

#C7D4F1 (or 0xC7D4F1) is unknown color: approx Hawkes Blue. HEX triplet: C7, D4 and F1. RGB value is (199,212,241). Sum of RGB (Red+Green+Blue) = 199+212+241=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D4F1 is #382B0E. Grayscale: #D3D3D3. Windows color (decimal): -3681039 or 15848647. OLE color: 15848647.

HSL color Cylindrical-coordinate representation of color #C7D4F1: hue angle of 221.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7D4F1 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199212241-
CMYK0.170.1200.05
HSL221.43º60%86.27%-
HSV(B)221.43º17.43%94.51%-
XYZ62.9765.5892.56-
YUV211.42144.69119.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=30.52%
G=32.52%
B=36.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992122410.170.1200.05221.436086.27
HexC7D4F111C05dd3c56
Octal30732436121140533574126
Binary1100011111010100111100011000111000101110111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D4F1; }

 p { color: rgb(199,212,241); }

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

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

 a { background-color: rgb(199,212,241); }

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

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

 span { border-color: rgb(199,212,241); }

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