#C7DBFA

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

Shades of Hawkes Blue #C7DBFA

Tints of Hawkes Blue #C7DBFA

Color information

#C7DBFA (or 0xC7DBFA) is unknown color: approx Hawkes Blue. HEX triplet: C7, DB and FA. RGB value is (199,219,250). Sum of RGB (Red+Green+Blue) = 199+219+250=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBFA is #382405. Grayscale: #D8D8D8. Windows color (decimal): -3679238 or 16440263. OLE color: 16440263.

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

Color convert

RGB199219250-
CMYK0.200.1200.02
HSL216.47º83.61%88.04%-
HSV(B)216.47º20.4%98.04%-
XYZ66.1469.71100.41-
YUV216.55146.87115.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.79%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=29.79%
G=32.78%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992192500.200.1200.02216.4783.6188.04
HexC7DBFA14C02d85458
Octal307333372241402330124130
Binary1100011111011011111110101010011000101101100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBFA; }

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

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

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

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

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

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

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

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