#C0DBFA

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

Shades of Hawkes Blue #C0DBFA

Tints of Hawkes Blue #C0DBFA

Color information

#C0DBFA (or 0xC0DBFA) is unknown color: approx Hawkes Blue. HEX triplet: C0, DB and FA. RGB value is (192,219,250). Sum of RGB (Red+Green+Blue) = 192+219+250=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBFA is #3F2405. Grayscale: #D6D6D6. Windows color (decimal): -4137990 or 16440256. OLE color: 16440256.

HSL color Cylindrical-coordinate representation of color #C0DBFA: hue angle of 212.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DBFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192219250-
CMYK0.230.1200.02
HSL212.07º85.29%86.67%-
HSV(B)212.07º23.2%98.04%-
XYZ64.3368.77100.33-
YUV214.46148.05111.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.05%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=29.05%
G=33.13%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922192500.230.1200.02212.0785.2986.67
HexC0DBFA17C02d45557
Octal300333372271402324125127
Binary1100000011011011111110101011111000101101010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBFA; }

 p { color: rgb(192,219,250); }

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

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

 a { background-color: rgb(192,219,250); }

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

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

 span { border-color: rgb(192,219,250); }

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