#C0D7FD

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

Shades of Hawkes Blue #C0D7FD

Tints of Hawkes Blue #C0D7FD

Color information

#C0D7FD (or 0xC0D7FD) is unknown color: approx Hawkes Blue. HEX triplet: C0, D7 and FD. RGB value is (192,215,253). Sum of RGB (Red+Green+Blue) = 192+215+253=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D7FD is #3F2802. Grayscale: #D4D4D4. Windows color (decimal): -4139011 or 16635840. OLE color: 16635840.

HSL color Cylindrical-coordinate representation of color #C0D7FD: hue angle of 217.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D7FD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192215253-
CMYK0.240.1500.01
HSL217.38º93.85%87.25%-
HSV(B)217.38º24.11%99.22%-
XYZ63.7766.9102.48-
YUV212.46150.88113.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.09%
GREEN value IS 215 (84.38% from 255) = 32.58%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=29.09%
G=32.58%
B=38.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922152530.240.1500.01217.3893.8587.25
HexC0D7FD18F01d95e57
Octal300327375301701331136127
Binary110000001101011111111101110001111011101100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D7FD; }

 p { color: rgb(192,215,253); }

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

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

 a { background-color: rgb(192,215,253); }

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

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

 span { border-color: rgb(192,215,253); }

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