Html Css Color HEX #54ACD5 Picton Blue

📋 copy color: '#54ACD5'

red 84 ◦ green 172 ◦ blue 213

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

Shades of Picton Blue #54ACD5

Tints of Picton Blue #54ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 17.91%
G = 36.67%
B = 45.42%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#54ACD5 (or 0x54ACD5) is known color: Picton Blue. HEX triplet: 54, AC and D5. RGB value is (84,172,213). Sum of RGB (Red+Green+Blue) = 84+172+213=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #54ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACD5 is #AB532A. Grayscale: #969696. Windows color (decimal): -11227947 or 14003284. OLE color: 14003284.

HSL color Cylindrical-coordinate representation of color #54ACD5: hue angle of 199.07º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54ACD5 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 172 213 -
CMYK 0.61 0.19 0 0.16
HSL 199.07º 0.61% 0.58% -
HSV(B) 199.07º 0.61% 0.84% -
XYZ 30.42 36.19 68.33 -
YUV 150.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 84 172 213 0.61 0.19 0 0.16 199.07 0.61 0.58
Hex 54 AC D5 3D 13 0 10 C7 3D 3A
Octal 124 254 325 75 23 0 20 307 75 72
Binary 1010100 10101100 11010101 111101 10011 0 10000 11000111 111101 111010

Color Harmonies of #54ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACD5

Black with #54ACD5

Text Example


Text Example

White with #54ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,172,213); }

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

background-color css

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

 a { background-color: rgb(84,172,213); }

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

border-color css

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

 span { border-color: rgb(84,172,213); }

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