#C3D3FF

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

Shades of Hawkes Blue #C3D3FF

Tints of Hawkes Blue #C3D3FF

Color information

#C3D3FF (or 0xC3D3FF) is unknown color: approx Hawkes Blue. HEX triplet: C3, D3 and FF. RGB value is (195,211,255). Sum of RGB (Red+Green+Blue) = 195+211+255=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D3FF is #3C2C00. Grayscale: #D3D3D3. Windows color (decimal): -3943425 or 16765891. OLE color: 16765891.

HSL color Cylindrical-coordinate representation of color #C3D3FF: hue angle of 224º 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 #C3D3FF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195211255-
CMYK0.240.1700
HSL224º100%88.24%-
HSV(B)224º23.53%100%-
XYZ63.8565.41103.87-
YUV211.23152.7116.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.50%
GREEN value IS 211 (82.81% from 255) = 31.92%
BLUE value IS 255 (100% from 255) = 38.58%
R=29.50%
G=31.92%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952112550.240.170022410088.24
HexC3D3FF181100e06458
Octal303323377302100340144130
Binary1100001111010011111111111100010001001110000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3FF; }

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

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

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

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

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

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

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

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