#C3D6F4

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

Shades of Hawkes Blue #C3D6F4

Tints of Hawkes Blue #C3D6F4

Color information

#C3D6F4 (or 0xC3D6F4) is unknown color: approx Hawkes Blue. HEX triplet: C3, D6 and F4. RGB value is (195,214,244). Sum of RGB (Red+Green+Blue) = 195+214+244=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #C3D6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D6F4 is #3C290B. Grayscale: #D3D3D3. Windows color (decimal): -3942668 or 16045763. OLE color: 16045763.

HSL color Cylindrical-coordinate representation of color #C3D6F4: hue angle of 216.73º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3D6F4 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195214244-
CMYK0.200.1200.04
HSL216.73º69.01%86.08%-
HSV(B)216.73º20.08%95.69%-
XYZ62.8866.2395.06-
YUV211.74146.21116.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.86%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=29.86%
G=32.77%
B=37.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1952142440.200.1200.04216.7369.0186.08
HexC3D6F414C04d94556
Octal303326364241404331105126
Binary11000011110101101111010010100110001001101100110001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6F4; }

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

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

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

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

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

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

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

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