Html Css Color HEX #54A2CB Picton Blue

📋 copy color: '#54A2CB'

red 84 ◦ green 162 ◦ blue 203

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

Shades of Picton Blue #54A2CB

Tints of Picton Blue #54A2CB

RGB

 RED value IS 84 (33.2% from 255) = 18.71%

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 18.71%
G = 36.08%
B = 45.21%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54A2CB (or 0x54A2CB) is known color: Picton Blue. HEX triplet: 54, A2 and CB. RGB value is (84,162,203). Sum of RGB (Red+Green+Blue) = 84+162+203=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #54A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A2CB is #AB5D34. Grayscale: #8F8F8F. Windows color (decimal): -11230517 or 13345364. OLE color: 13345364.

HSL color Cylindrical-coordinate representation of color #54A2CB: hue angle of 200.67º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A2CB is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 162 203 -
CMYK 0.59 0.20 0 0.20
HSL 200.67º 0.53% 0.56% -
HSV(B) 200.67º 0.59% 0.8% -
XYZ 27.36 32.04 61.24 -
YUV 143.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 84 162 203 0.59 0.20 0 0.20 200.67 0.53 0.56
Hex 54 A2 CB 3B 14 0 14 C9 35 38
Octal 124 242 313 73 24 0 24 311 65 70
Binary 1010100 10100010 11001011 111011 10100 0 10100 11001001 110101 111000

Color Harmonies of #54A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2CB

Black with #54A2CB

Text Example


Text Example

White with #54A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A2CB; }

 p { color: rgb(84,162,203); }

 H1.HeaderClassName
 {
   color: #54A2CB;
 }
 .AnyTagClassName
 {
   color: #54A2CB;
 }
</style>

background-color css

<style>
 a { background-color: #54A2CB; }

 a { background-color: rgb(84,162,203); }

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

border-color css

<style>
 span { border-color: #54A2CB; }

 span { border-color: rgb(84,162,203); }

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