#C3D6FA

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

Shades of Hawkes Blue #C3D6FA

Tints of Hawkes Blue #C3D6FA

Color information

#C3D6FA (or 0xC3D6FA) is unknown color: approx Hawkes Blue. HEX triplet: C3, D6 and FA. RGB value is (195,214,250). Sum of RGB (Red+Green+Blue) = 195+214+250=659 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.59% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D6FA is #3C2905. Grayscale: #D4D4D4. Windows color (decimal): -3942662 or 16438979. OLE color: 16438979.

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

Color convert

RGB195214250-
CMYK0.220.1400.02
HSL219.27º84.62%87.25%-
HSV(B)219.27º22%98.04%-
XYZ63.8166.699.93-
YUV212.42149.21115.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.59%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=29.59%
G=32.47%
B=37.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952142500.220.1400.02219.2784.6287.25
HexC3D6FA16E02db5557
Octal303326372261602333125127
Binary1100001111010110111110101011011100101101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6FA; }

 p { color: rgb(195,214,250); }

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

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

 a { background-color: rgb(195,214,250); }

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

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

 span { border-color: rgb(195,214,250); }

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