#C3DAFF

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

Shades of Hawkes Blue #C3DAFF

Tints of Hawkes Blue #C3DAFF

Color information

#C3DAFF (or 0xC3DAFF) is unknown color: approx Hawkes Blue. HEX triplet: C3, DA and FF. RGB value is (195,218,255). Sum of RGB (Red+Green+Blue) = 195+218+255=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAFF is #3C2500. Grayscale: #D7D7D7. Windows color (decimal): -3941633 or 16767683. OLE color: 16767683.

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

Color convert

RGB195218255-
CMYK0.240.1500
HSL217º100%88.24%-
HSV(B)217º23.53%100%-
XYZ65.6368.96104.46-
YUV215.34150.38113.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.19%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 255 (100% from 255) = 38.17%
R=29.19%
G=32.63%
B=38.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952182550.240.150021710088.24
HexC3DAFF18F00d96458
Octal303332377301700331144130
Binary110000111101101011111111110001111001101100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAFF; }

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

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

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

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

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

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

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

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