Html Css Color HEX #54ACDA Picton Blue

📋 copy color: '#54ACDA'

red 84 ◦ green 172 ◦ blue 218

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

Shades of Picton Blue #54ACDA

Tints of Picton Blue #54ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 17.72%
G = 36.29%
B = 45.99%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54ACDA (or 0x54ACDA) is known color: Picton Blue. HEX triplet: 54, AC and DA. RGB value is (84,172,218). Sum of RGB (Red+Green+Blue) = 84+172+218=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #54ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACDA is #AB5325. Grayscale: #969696. Windows color (decimal): -11227942 or 14330964. OLE color: 14330964.

HSL color Cylindrical-coordinate representation of color #54ACDA: hue angle of 200.6º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54ACDA is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 172 218 -
CMYK 0.61 0.21 0 0.15
HSL 200.6º 0.64% 0.59% -
HSV(B) 200.6º 0.61% 0.85% -
XYZ 31.06 36.45 71.73 -
YUV 150.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 84 172 218 0.61 0.21 0 0.15 200.6 0.64 0.59
Hex 54 AC DA 3D 15 0 F C9 40 3B
Octal 124 254 332 75 25 0 17 311 100 73
Binary 1010100 10101100 11011010 111101 10101 0 1111 11001001 1000000 111011

Color Harmonies of #54ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACDA

Black with #54ACDA

Text Example


Text Example

White with #54ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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