#C0DAFF

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

Shades of Hawkes Blue #C0DAFF

Tints of Hawkes Blue #C0DAFF

Color information

#C0DAFF (or 0xC0DAFF) is unknown color: approx Hawkes Blue. HEX triplet: C0, DA and FF. RGB value is (192,218,255). Sum of RGB (Red+Green+Blue) = 192+218+255=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAFF is #3F2500. Grayscale: #D6D6D6. Windows color (decimal): -4138241 or 16767680. OLE color: 16767680.

HSL color Cylindrical-coordinate representation of color #C0DAFF: hue angle of 215.24º 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 #C0DAFF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192218255-
CMYK0.250.1500
HSL215.24º100%87.65%-
HSV(B)215.24º24.71%100%-
XYZ64.8668.57104.42-
YUV214.44150.89111.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 255 (100% from 255) = 38.35%
R=28.87%
G=32.78%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922182550.250.1500215.2410087.65
HexC0DAFF19F00d76458
Octal300332377311700327144130
Binary110000001101101011111111110011111001101011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAFF; }

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

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

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

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

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

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

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

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