#C5DCFB

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

Shades of Hawkes Blue #C5DCFB

Tints of Hawkes Blue #C5DCFB

Color information

#C5DCFB (or 0xC5DCFB) is unknown color: approx Hawkes Blue. HEX triplet: C5, DC and FB. RGB value is (197,220,251). Sum of RGB (Red+Green+Blue) = 197+220+251=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFB is #3A2304. Grayscale: #D8D8D8. Windows color (decimal): -3810053 or 16506053. OLE color: 16506053.

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

Color convert

RGB197220251-
CMYK0.220.1200.02
HSL214.44º87.1%87.84%-
HSV(B)214.44º21.51%98.43%-
XYZ66.0370.02101.3-
YUV216.66147.38113.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.49%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=29.49%
G=32.93%
B=37.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972202510.220.1200.02214.4487.187.84
HexC5DCFB16C02d65758
Octal305334373261402326127130
Binary1100010111011100111110111011011000101101011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCFB; }

 p { color: rgb(197,220,251); }

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

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

 a { background-color: rgb(197,220,251); }

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

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

 span { border-color: rgb(197,220,251); }

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