#C7D2FA

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

Shades of Hawkes Blue #C7D2FA

Tints of Hawkes Blue #C7D2FA

Color information

#C7D2FA (or 0xC7D2FA) is unknown color: approx Hawkes Blue. HEX triplet: C7, D2 and FA. RGB value is (199,210,250). Sum of RGB (Red+Green+Blue) = 199+210+250=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2FA is #382D05. Grayscale: #D3D3D3. Windows color (decimal): -3681542 or 16437959. OLE color: 16437959.

HSL color Cylindrical-coordinate representation of color #C7D2FA: hue angle of 227.06º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7D2FA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199210250-
CMYK0.200.1600.02
HSL227.06º83.61%88.04%-
HSV(B)227.06º20.4%98.04%-
XYZ63.8665.1499.65-
YUV211.27149.86119.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.20%
GREEN value IS 210 (82.42% from 255) = 31.87%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=30.20%
G=31.87%
B=37.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992102500.200.1600.02227.0683.6188.04
HexC7D2FA141002e35458
Octal307322372242002343124130
Binary11000111110100101111101010100100000101110001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2FA; }

 p { color: rgb(199,210,250); }

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

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

 a { background-color: rgb(199,210,250); }

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

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

 span { border-color: rgb(199,210,250); }

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