Html Css Color HEX #54AAD8 Picton Blue

📋 copy color: '#54AAD8'

red 84 ◦ green 170 ◦ blue 216

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

Shades of Picton Blue #54AAD8

Tints of Picton Blue #54AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 17.87%
G = 36.17%
B = 45.96%

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

#54AAD8 (or 0x54AAD8) is known color: Picton Blue. HEX triplet: 54, AA and D8. RGB value is (84,170,216). Sum of RGB (Red+Green+Blue) = 84+170+216=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #54AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAD8 is #AB5527. Grayscale: #959595. Windows color (decimal): -11228456 or 14199380. OLE color: 14199380.

HSL color Cylindrical-coordinate representation of color #54AAD8: hue angle of 200.91º degrees, saturation: 0.63, 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 #54AAD8 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 170 216 -
CMYK 0.61 0.21 0 0.15
HSL 200.91º 0.63% 0.59% -
HSV(B) 200.91º 0.61% 0.85% -
XYZ 30.43 35.59 70.23 -
YUV 149.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 84 170 216 0.61 0.21 0 0.15 200.91 0.63 0.59
Hex 54 AA D8 3D 15 0 F C9 3F 3B
Octal 124 252 330 75 25 0 17 311 77 73
Binary 1010100 10101010 11011000 111101 10101 0 1111 11001001 111111 111011

Color Harmonies of #54AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAD8

Black with #54AAD8

Text Example


Text Example

White with #54AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,216); }

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

background-color css

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

 a { background-color: rgb(84,170,216); }

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

border-color css

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

 span { border-color: rgb(84,170,216); }

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