#C5DEFF

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

Shades of Hawkes Blue #C5DEFF

Tints of Hawkes Blue #C5DEFF

Color information

#C5DEFF (or 0xC5DEFF) is unknown color: approx Hawkes Blue. HEX triplet: C5, DE and FF. RGB value is (197,222,255). Sum of RGB (Red+Green+Blue) = 197+222+255=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEFF is #3A2100. Grayscale: #DADADA. Windows color (decimal): -3809537 or 16768709. OLE color: 16768709.

HSL color Cylindrical-coordinate representation of color #C5DEFF: hue angle of 214.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5DEFF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197222255-
CMYK0.230.1300
HSL214.14º100%88.63%-
HSV(B)214.14º22.75%100%-
XYZ67.271.33104.83-
YUV218.29148.72112.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.23%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 255 (100% from 255) = 37.83%
R=29.23%
G=32.94%
B=37.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972222550.230.1300214.1410088.63
HexC5DEFF17D00d66459
Octal305336377271500326144131
Binary110001011101111011111111101111101001101011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DEFF; }

 p { color: rgb(197,222,255); }

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

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

 a { background-color: rgb(197,222,255); }

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

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

 span { border-color: rgb(197,222,255); }

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