#C5DFFE

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

Shades of Hawkes Blue #C5DFFE

Tints of Hawkes Blue #C5DFFE

Color information

#C5DFFE (or 0xC5DFFE) is unknown color: approx Hawkes Blue. HEX triplet: C5, DF and FE. RGB value is (197,223,254). Sum of RGB (Red+Green+Blue) = 197+223+254=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFFE is #3A2001. Grayscale: #DADADA. Windows color (decimal): -3809282 or 16703429. OLE color: 16703429.

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

Color convert

RGB197223254-
CMYK0.220.1200.00
HSL212.63º96.61%88.43%-
HSV(B)212.63º22.44%99.61%-
XYZ67.371.8104.08-
YUV218.76147.89112.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.23%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=29.23%
G=33.09%
B=37.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972232540.220.1200.00212.6396.6188.43
HexC5DFFE16C00d56158
Octal305337376261400325141130
Binary110001011101111111111110101101100001101010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFFE; }

 p { color: rgb(197,223,254); }

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

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

 a { background-color: rgb(197,223,254); }

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

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

 span { border-color: rgb(197,223,254); }

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