Html Css Color HEX #54A0CF Picton Blue

📋 copy color: '#54A0CF'

red 84 ◦ green 160 ◦ blue 207

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

Shades of Picton Blue #54A0CF

Tints of Picton Blue #54A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.48%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 18.63%
G = 35.48%
B = 45.9%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54A0CF (or 0x54A0CF) is known color: Picton Blue. HEX triplet: 54, A0 and CF. RGB value is (84,160,207). Sum of RGB (Red+Green+Blue) = 84+160+207=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A0CF is #AB5F30. Grayscale: #8E8E8E. Windows color (decimal): -11231025 or 13606996. OLE color: 13606996.

HSL color Cylindrical-coordinate representation of color #54A0CF: hue angle of 202.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A0CF is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 160 207 -
CMYK 0.59 0.23 0 0.19
HSL 202.93º 0.56% 0.57% -
HSV(B) 202.93º 0.59% 0.81% -
XYZ 27.49 31.53 63.67 -
YUV 142.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 84 160 207 0.59 0.23 0 0.19 202.93 0.56 0.57
Hex 54 A0 CF 3B 17 0 13 CB 38 39
Octal 124 240 317 73 27 0 23 313 70 71
Binary 1010100 10100000 11001111 111011 10111 0 10011 11001011 111000 111001

Color Harmonies of #54A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A0CF

Black with #54A0CF

Text Example


Text Example

White with #54A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,207); }

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

background-color css

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

 a { background-color: rgb(84,160,207); }

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

border-color css

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

 span { border-color: rgb(84,160,207); }

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