#C0DCFF

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

Shades of Hawkes Blue #C0DCFF

Tints of Hawkes Blue #C0DCFF

Color information

#C0DCFF (or 0xC0DCFF) is unknown color: approx Hawkes Blue. HEX triplet: C0, DC and FF. RGB value is (192,220,255). Sum of RGB (Red+Green+Blue) = 192+220+255=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCFF is #3F2300. Grayscale: #D7D7D7. Windows color (decimal): -4137729 or 16768192. OLE color: 16768192.

HSL color Cylindrical-coordinate representation of color #C0DCFF: hue angle of 213.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DCFF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192220255-
CMYK0.250.1400
HSL213.33º100%87.65%-
HSV(B)213.33º24.71%100%-
XYZ65.3869.61104.6-
YUV215.62150.22111.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 255 (100% from 255) = 38.23%
R=28.79%
G=32.98%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922202550.250.1400213.3310087.65
HexC0DCFF19E00d56458
Octal300334377311600325144130
Binary110000001101110011111111110011110001101010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCFF; }

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

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

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

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

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

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

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

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