#C3DDFB

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

Shades of Hawkes Blue #C3DDFB

Tints of Hawkes Blue #C3DDFB

Color information

#C3DDFB (or 0xC3DDFB) is unknown color: approx Hawkes Blue. HEX triplet: C3, DD and FB. RGB value is (195,221,251). Sum of RGB (Red+Green+Blue) = 195+221+251=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDFB is #3C2204. Grayscale: #D8D8D8. Windows color (decimal): -3940869 or 16506307. OLE color: 16506307.

HSL color Cylindrical-coordinate representation of color #C3DDFB: hue angle of 212.14º degrees, saturation: 0.88, 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 #C3DDFB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195221251-
CMYK0.220.1200.02
HSL212.14º87.5%87.45%-
HSV(B)212.14º22.31%98.43%-
XYZ65.7770.28101.37-
YUV216.65147.39112.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=29.24%
G=33.13%
B=37.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952212510.220.1200.02212.1487.587.45
HexC3DDFB16C02d45857
Octal303335373261402324130127
Binary1100001111011101111110111011011000101101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDFB; }

 p { color: rgb(195,221,251); }

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

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

 a { background-color: rgb(195,221,251); }

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

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

 span { border-color: rgb(195,221,251); }

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