#C7DEFE

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

Shades of Hawkes Blue #C7DEFE

Tints of Hawkes Blue #C7DEFE

Color information

#C7DEFE (or 0xC7DEFE) is unknown color: approx Hawkes Blue. HEX triplet: C7, DE and FE. RGB value is (199,222,254). Sum of RGB (Red+Green+Blue) = 199+222+254=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEFE is #382101. Grayscale: #DADADA. Windows color (decimal): -3678466 or 16703175. OLE color: 16703175.

HSL color Cylindrical-coordinate representation of color #C7DEFE: hue angle of 214.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DEFE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199222254-
CMYK0.220.1300.00
HSL214.91º96.49%88.82%-
HSV(B)214.91º21.65%99.61%-
XYZ67.5671.54104.01-
YUV218.77147.88113.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=29.48%
G=32.89%
B=37.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992222540.220.1300.00214.9196.4988.82
HexC7DEFE16D00d76059
Octal307336376261500327140131
Binary110001111101111011111110101101101001101011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEFE; }

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

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

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

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

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

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

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

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