#C5DBF2

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

Shades of Hawkes Blue #C5DBF2

Tints of Hawkes Blue #C5DBF2

Color information

#C5DBF2 (or 0xC5DBF2) is unknown color: approx Hawkes Blue. HEX triplet: C5, DB and F2. RGB value is (197,219,242). Sum of RGB (Red+Green+Blue) = 197+219+242=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBF2 is #3A240D. Grayscale: #D6D6D6. Windows color (decimal): -3810318 or 15915973. OLE color: 15915973.

HSL color Cylindrical-coordinate representation of color #C5DBF2: hue angle of 210.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5DBF2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197219242-
CMYK0.190.1000.05
HSL210.67º63.38%86.08%-
HSV(B)210.67º18.6%94.9%-
XYZ64.3868.9493.92-
YUV215.04143.21115.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.94%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=29.94%
G=33.28%
B=36.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972192420.190.1000.05210.6763.3886.08
HexC5DBF213A05d33f56
Octal30533336223120532377126
Binary1100010111011011111100101001110100101110100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBF2; }

 p { color: rgb(197,219,242); }

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

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

 a { background-color: rgb(197,219,242); }

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

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

 span { border-color: rgb(197,219,242); }

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