#64ADC9

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

Shades of Picton Blue #64ADC9

Tints of Picton Blue #64ADC9

Color information

#64ADC9 (or 0x64ADC9) is unknown color: approx Picton Blue. HEX triplet: 64, AD and C9. RGB value is (100,173,201). Sum of RGB (Red+Green+Blue) = 100+173+201=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #64ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC9 is #9B5236. Grayscale: #9A9A9A. Windows color (decimal): -10179127 or 13217124. OLE color: 13217124.

HSL color Cylindrical-coordinate representation of color #64ADC9: hue angle of 196.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64ADC9 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100173201-
CMYK0.500.1400.21
HSL196.63º48.33%59.02%-
HSV(B)196.63º50.25%78.82%-
XYZ30.7436.8160.74-
YUV154.36154.3289.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=21.10%
G=36.50%
B=42.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001732010.500.1400.21196.6348.3359.02
Hex64ADC932E015c5303b
Octal14425531162160253056073
Binary11001001010110111001001110010111001010111000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ADC9; }

 p { color: rgb(100,173,201); }

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

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

 a { background-color: rgb(100,173,201); }

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

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

 span { border-color: rgb(100,173,201); }

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