#C7DEFA

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

Shades of Hawkes Blue #C7DEFA

Tints of Hawkes Blue #C7DEFA

Color information

#C7DEFA (or 0xC7DEFA) is unknown color: approx Hawkes Blue. HEX triplet: C7, DE and FA. RGB value is (199,222,250). Sum of RGB (Red+Green+Blue) = 199+222+250=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEFA is #382105. Grayscale: #DADADA. Windows color (decimal): -3678470 or 16441031. OLE color: 16441031.

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

Color convert

RGB199222250-
CMYK0.200.1100.02
HSL212.94º83.61%88.04%-
HSV(B)212.94º20.4%98.04%-
XYZ66.9371.29100.67-
YUV218.32145.88114.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=29.66%
G=33.08%
B=37.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992222500.200.1100.02212.9483.6188.04
HexC7DEFA14B02d55458
Octal307336372241302325124130
Binary1100011111011110111110101010010110101101010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEFA; }

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

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

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

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

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

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

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

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