#C0DCFE

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

Shades of Hawkes Blue #C0DCFE

Tints of Hawkes Blue #C0DCFE

Color information

#C0DCFE (or 0xC0DCFE) is unknown color: approx Hawkes Blue. HEX triplet: C0, DC and FE. RGB value is (192,220,254). Sum of RGB (Red+Green+Blue) = 192+220+254=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCFE is #3F2301. Grayscale: #D7D7D7. Windows color (decimal): -4137730 or 16702656. OLE color: 16702656.

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

Color convert

RGB192220254-
CMYK0.240.1300.00
HSL212.9º96.88%87.45%-
HSV(B)212.9º24.41%99.61%-
XYZ65.2269.55103.75-
YUV215.5149.72111.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.83%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=28.83%
G=33.03%
B=38.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922202540.240.1300.00212.996.8887.45
HexC0DCFE18D00d56157
Octal300334376301500325141127
Binary110000001101110011111110110001101001101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCFE; }

 p { color: rgb(192,220,254); }

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

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

 a { background-color: rgb(192,220,254); }

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

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

 span { border-color: rgb(192,220,254); }

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