#C7DBFD

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

Shades of Hawkes Blue #C7DBFD

Tints of Hawkes Blue #C7DBFD

Color information

#C7DBFD (or 0xC7DBFD) is unknown color: approx Hawkes Blue. HEX triplet: C7, DB and FD. RGB value is (199,219,253). Sum of RGB (Red+Green+Blue) = 199+219+253=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBFD is #382402. Grayscale: #D8D8D8. Windows color (decimal): -3679235 or 16636871. OLE color: 16636871.

HSL color Cylindrical-coordinate representation of color #C7DBFD: hue angle of 217.78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7DBFD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199219253-
CMYK0.210.1300.01
HSL217.78º93.1%88.63%-
HSV(B)217.78º21.34%99.22%-
XYZ66.6169.9102.91-
YUV216.9148.37115.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=29.66%
G=32.64%
B=37.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992192530.210.1300.01217.7893.188.63
HexC7DBFD15D01da5d59
Octal307333375251501332135131
Binary110001111101101111111101101011101011101101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBFD; }

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

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

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

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

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

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

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

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