#C3DEFD

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

Shades of Hawkes Blue #C3DEFD

Tints of Hawkes Blue #C3DEFD

Color information

#C3DEFD (or 0xC3DEFD) is unknown color: approx Hawkes Blue. HEX triplet: C3, DE and FD. RGB value is (195,222,253). Sum of RGB (Red+Green+Blue) = 195+222+253=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEFD is #3C2102. Grayscale: #D9D9D9. Windows color (decimal): -3940611 or 16637635. OLE color: 16637635.

HSL color Cylindrical-coordinate representation of color #C3DEFD: hue angle of 212.07º 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 #C3DEFD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195222253-
CMYK0.230.1200.01
HSL212.07º93.55%87.84%-
HSV(B)212.07º22.92%99.22%-
XYZ66.3670.94103.12-
YUV217.46148.05111.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.10%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=29.10%
G=33.13%
B=37.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952222530.230.1200.01212.0793.5587.84
HexC3DEFD17C01d45e58
Octal303336375271401324136130
Binary110000111101111011111101101111100011101010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DEFD; }

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

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

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

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

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

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

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

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