Html Css Color HEX #64ADC8 Picton Blue

📋 copy color: '#64ADC8'

red 100 ◦ green 173 ◦ blue 200

#64ADC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #64ADC8

Tints of Picton Blue #64ADC8

RGB

 RED value IS 100 (39.45% from 255) = 21.14%

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 21.14%
G = 36.58%
B = 42.28%

CMYK

 C value IS 0.5

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#64ADC8 (or 0x64ADC8) is known color: Picton Blue. HEX triplet: 64, AD and C8. RGB value is (100,173,200). Sum of RGB (Red+Green+Blue) = 100+173+200=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #64ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC8 is #9B5237. Grayscale: #9A9A9A. Windows color (decimal): -10179128 or 13151588. OLE color: 13151588.

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

Color convert

RGB 100 173 200 -
CMYK 0.5 0.14 0 0.22
HSL 196.2º 0.48% 0.59% -
HSV(B) 196.2º 0.5% 0.78% -
XYZ 30.62 36.77 60.13 -
YUV 154.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 100 173 200 0.5 0.14 0 0.22 196.2 0.48 0.59
Hex 64 AD C8 32 E 0 16 C4 30 3B
Octal 144 255 310 62 16 0 26 304 60 73
Binary 1100100 10101101 11001000 110010 1110 0 10110 11000100 110000 111011

Color Harmonies of #64ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADC8

Black with #64ADC8

Text Example


Text Example

White with #64ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64ADC8;
 }
 .AnyTagClassName
 {
   color: #64ADC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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