#C3D5FD

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

Shades of Hawkes Blue #C3D5FD

Tints of Hawkes Blue #C3D5FD

Color information

#C3D5FD (or 0xC3D5FD) is unknown color: approx Hawkes Blue. HEX triplet: C3, D5 and FD. RGB value is (195,213,253). Sum of RGB (Red+Green+Blue) = 195+213+253=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D5FD is #3C2A02. Grayscale: #D4D4D4. Windows color (decimal): -3942915 or 16635331. OLE color: 16635331.

HSL color Cylindrical-coordinate representation of color #C3D5FD: hue angle of 221.38º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3D5FD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195213253-
CMYK0.230.1600.01
HSL221.38º93.55%87.84%-
HSV(B)221.38º22.92%99.22%-
XYZ64.0366.28102.35-
YUV212.18151.04115.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.50%
GREEN value IS 213 (83.59% from 255) = 32.22%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=29.50%
G=32.22%
B=38.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952132530.230.1600.01221.3893.5587.84
HexC3D5FD171001dd5e58
Octal303325375272001335136130
Binary1100001111010101111111011011110000011101110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D5FD; }

 p { color: rgb(195,213,253); }

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

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

 a { background-color: rgb(195,213,253); }

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

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

 span { border-color: rgb(195,213,253); }

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