Html Css Color HEX #64AECB Picton Blue

📋 copy color: '#64AECB'

red 100 ◦ green 174 ◦ blue 203

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

Shades of Picton Blue #64AECB

Tints of Picton Blue #64AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 20.96%
G = 36.48%
B = 42.56%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64AECB (or 0x64AECB) is known color: Picton Blue. HEX triplet: 64, AE and CB. RGB value is (100,174,203). Sum of RGB (Red+Green+Blue) = 100+174+203=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #64AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AECB is #9B5134. Grayscale: #9A9A9A. Windows color (decimal): -10178869 or 13348452. OLE color: 13348452.

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

Color convert

RGB 100 174 203 -
CMYK 0.51 0.14 0 0.20
HSL 196.89º 0.5% 0.59% -
HSV(B) 196.89º 0.51% 0.8% -
XYZ 31.17 37.29 62.06 -
YUV 155.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 100 174 203 0.51 0.14 0 0.20 196.89 0.5 0.59
Hex 64 AE CB 33 E 0 14 C5 32 3B
Octal 144 256 313 63 16 0 24 305 62 73
Binary 1100100 10101110 11001011 110011 1110 0 10100 11000101 110010 111011

Color Harmonies of #64AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AECB

Black with #64AECB

Text Example


Text Example

White with #64AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,203); }

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

background-color css

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

 a { background-color: rgb(100,174,203); }

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

border-color css

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

 span { border-color: rgb(100,174,203); }

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