#C0DAFE

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

Shades of Hawkes Blue #C0DAFE

Tints of Hawkes Blue #C0DAFE

Color information

#C0DAFE (or 0xC0DAFE) is unknown color: approx Hawkes Blue. HEX triplet: C0, DA and FE. RGB value is (192,218,254). Sum of RGB (Red+Green+Blue) = 192+218+254=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAFE is #3F2501. Grayscale: #D6D6D6. Windows color (decimal): -4138242 or 16702144. OLE color: 16702144.

HSL color Cylindrical-coordinate representation of color #C0DAFE: hue angle of 214.84º 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 #C0DAFE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192218254-
CMYK0.240.1400.00
HSL214.84º96.88%87.45%-
HSV(B)214.84º24.41%99.61%-
XYZ64.768.51103.58-
YUV214.33150.39112.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.92%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=28.92%
G=32.83%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922182540.240.1400.00214.8496.8887.45
HexC0DAFE18E00d76157
Octal300332376301600327141127
Binary110000001101101011111110110001110001101011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAFE; }

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

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

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

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

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

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

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

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