#C3DCFE

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

Shades of Hawkes Blue #C3DCFE

Tints of Hawkes Blue #C3DCFE

Color information

#C3DCFE (or 0xC3DCFE) is unknown color: approx Hawkes Blue. HEX triplet: C3, DC and FE. RGB value is (195,220,254). Sum of RGB (Red+Green+Blue) = 195+220+254=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCFE is #3C2301. Grayscale: #D8D8D8. Windows color (decimal): -3941122 or 16702659. OLE color: 16702659.

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

Color convert

RGB195220254-
CMYK0.230.1300.00
HSL214.58º96.72%88.04%-
HSV(B)214.58º23.23%99.61%-
XYZ65.9969.94103.79-
YUV216.4149.22112.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.15%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=29.15%
G=32.88%
B=37.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952202540.230.1300.00214.5896.7288.04
HexC3DCFE17D00d76158
Octal303334376271500327141130
Binary110000111101110011111110101111101001101011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCFE; }

 p { color: rgb(195,220,254); }

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

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

 a { background-color: rgb(195,220,254); }

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

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

 span { border-color: rgb(195,220,254); }

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