#c7d4fa

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

Shades of Hawkes Blue #C7D4FA

Tints of Hawkes Blue #C7D4FA

Color information

#C7D4FA (or 0xC7D4FA) is unknown color: approx Hawkes Blue. HEX triplet: C7, D4 and FA. RGB value is (199,212,250). Sum of RGB (Red+Green+Blue) = 199+212+250=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D4FA is #382B05. Grayscale: #D4D4D4. Windows color (decimal): -3681030 or 16438471. OLE color: 16438471.

HSL color Cylindrical-coordinate representation of color #C7D4FA: hue angle of 224.71º 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 #C7D4FA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199212250-
CMYK0.200.1500.02
HSL224.71º83.61%88.04%-
HSV(B)224.71º20.4%98.04%-
XYZ64.3566.1399.82-
YUV212.44149.19118.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 212 (83.20% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=30.11%
G=32.07%
B=37.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992122500.200.1500.02224.7183.6188.04
HexC7D4FA14F02e15458
Octal307324372241702341124130
Binary1100011111010100111110101010011110101110000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7d4fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7d4fa; }

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

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

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

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

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

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

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

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