#C3DAFE

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

Shades of Hawkes Blue #C3DAFE

Tints of Hawkes Blue #C3DAFE

Color information

#C3DAFE (or 0xC3DAFE) is unknown color: approx Hawkes Blue. HEX triplet: C3, DA and FE. RGB value is (195,218,254). Sum of RGB (Red+Green+Blue) = 195+218+254=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAFE is #3C2501. Grayscale: #D7D7D7. Windows color (decimal): -3941634 or 16702147. OLE color: 16702147.

HSL color Cylindrical-coordinate representation of color #C3DAFE: hue angle of 216.61º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DAFE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195218254-
CMYK0.230.1400.00
HSL216.61º96.72%88.04%-
HSV(B)216.61º23.23%99.61%-
XYZ65.4768.9103.61-
YUV215.23149.88113.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=29.24%
G=32.68%
B=38.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952182540.230.1400.00216.6196.7288.04
HexC3DAFE17E00d96158
Octal303332376271600331141130
Binary110000111101101011111110101111110001101100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAFE; }

 p { color: rgb(195,218,254); }

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

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

 a { background-color: rgb(195,218,254); }

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

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

 span { border-color: rgb(195,218,254); }

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