#C7D5F1

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

Shades of Hawkes Blue #C7D5F1

Tints of Hawkes Blue #C7D5F1

Color information

#C7D5F1 (or 0xC7D5F1) is unknown color: approx Hawkes Blue. HEX triplet: C7, D5 and F1. RGB value is (199,213,241). Sum of RGB (Red+Green+Blue) = 199+213+241=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7D5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D5F1 is #382A0E. Grayscale: #D3D3D3. Windows color (decimal): -3680783 or 15848903. OLE color: 15848903.

HSL color Cylindrical-coordinate representation of color #C7D5F1: hue angle of 220º 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 #C7D5F1 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199213241-
CMYK0.170.1200.05
HSL220º60%86.27%-
HSV(B)220º17.43%94.51%-
XYZ63.2266.0892.64-
YUV212.01144.36118.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.47%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=30.47%
G=32.62%
B=36.91%

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
Decimal1992132410.170.1200.052206086.27
HexC7D5F111C05dc3c56
Octal30732536121140533474126
Binary1100011111010101111100011000111000101110111001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D5F1; }

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

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

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

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

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

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

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

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