Html Css Color HEX #64ACCB Picton Blue

📋 copy color: '#64ACCB'

red 100 ◦ green 172 ◦ blue 203

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

Shades of Picton Blue #64ACCB

Tints of Picton Blue #64ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

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

R = 21.05%
G = 36.21%
B = 42.74%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64ACCB (or 0x64ACCB) is known color: Picton Blue. HEX triplet: 64, AC and CB. RGB value is (100,172,203). Sum of RGB (Red+Green+Blue) = 100+172+203=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #64ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACCB is #9B5334. Grayscale: #999999. Windows color (decimal): -10179381 or 13347940. OLE color: 13347940.

HSL color Cylindrical-coordinate representation of color #64ACCB: hue angle of 198.06º 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 #64ACCB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 172 203 -
CMYK 0.51 0.15 0 0.20
HSL 198.06º 0.5% 0.59% -
HSV(B) 198.06º 0.51% 0.8% -
XYZ 30.79 36.53 61.93 -
YUV 154.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 100 172 203 0.51 0.15 0 0.20 198.06 0.5 0.59
Hex 64 AC CB 33 F 0 14 C6 32 3B
Octal 144 254 313 63 17 0 24 306 62 73
Binary 1100100 10101100 11001011 110011 1111 0 10100 11000110 110010 111011

Color Harmonies of #64ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACCB

Black with #64ACCB

Text Example


Text Example

White with #64ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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