#C0DBFB

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

Shades of Hawkes Blue #C0DBFB

Tints of Hawkes Blue #C0DBFB

Color information

#C0DBFB (or 0xC0DBFB) is unknown color: approx Hawkes Blue. HEX triplet: C0, DB and FB. RGB value is (192,219,251). Sum of RGB (Red+Green+Blue) = 192+219+251=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBFB is #3F2404. Grayscale: #D6D6D6. Windows color (decimal): -4137989 or 16505792. OLE color: 16505792.

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

Color convert

RGB192219251-
CMYK0.240.1300.02
HSL212.54º88.06%86.86%-
HSV(B)212.54º23.51%98.43%-
XYZ64.4868.83101.15-
YUV214.58148.55111.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=29.00%
G=33.08%
B=37.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922192510.240.1300.02212.5488.0686.86
HexC0DBFB18D02d55857
Octal300333373301502325130127
Binary1100000011011011111110111100011010101101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBFB; }

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

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

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

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

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

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

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

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