Html Css Color HEX #64AECE Picton Blue

📋 copy color: '#64AECE'

red 100 ◦ green 174 ◦ blue 206

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

Shades of Picton Blue #64AECE

Tints of Picton Blue #64AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 20.83%
G = 36.25%
B = 42.92%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64AECE (or 0x64AECE) is known color: Picton Blue. HEX triplet: 64, AE and CE. RGB value is (100,174,206). Sum of RGB (Red+Green+Blue) = 100+174+206=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #64AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AECE is #9B5131. Grayscale: #9B9B9B. Windows color (decimal): -10178866 or 13545060. OLE color: 13545060.

HSL color Cylindrical-coordinate representation of color #64AECE: hue angle of 198.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64AECE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 174 206 -
CMYK 0.51 0.16 0 0.19
HSL 198.11º 0.52% 0.6% -
HSV(B) 198.11º 0.51% 0.81% -
XYZ 31.53 37.44 63.96 -
YUV 155.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 100 174 206 0.51 0.16 0 0.19 198.11 0.52 0.6
Hex 64 AE CE 33 10 0 13 C6 34 3C
Octal 144 256 316 63 20 0 23 306 64 74
Binary 1100100 10101110 11001110 110011 10000 0 10011 11000110 110100 111100

Color Harmonies of #64AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AECE

Black with #64AECE

Text Example


Text Example

White with #64AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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