Html Css Color HEX #54AAE0 Picton Blue

📋 copy color: '#54AAE0'

red 84 ◦ green 170 ◦ blue 224

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

Shades of Picton Blue #54AAE0

Tints of Picton Blue #54AAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 17.57%
G = 35.56%
B = 46.86%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#54AAE0 (or 0x54AAE0) is known color: Picton Blue. HEX triplet: 54, AA and E0. RGB value is (84,170,224). Sum of RGB (Red+Green+Blue) = 84+170+224=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #54AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAE0 is #AB551F. Grayscale: #969696. Windows color (decimal): -11228448 or 14723668. OLE color: 14723668.

HSL color Cylindrical-coordinate representation of color #54AAE0: hue angle of 203.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54AAE0 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 170 224 -
CMYK 0.62 0.24 0 0.12
HSL 203.14º 0.69% 0.6% -
HSV(B) 203.14º 0.63% 0.88% -
XYZ 31.49 36.02 75.81 -
YUV 150.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 84 170 224 0.62 0.24 0 0.12 203.14 0.69 0.6
Hex 54 AA E0 3E 18 0 C CB 45 3C
Octal 124 252 340 76 30 0 14 313 105 74
Binary 1010100 10101010 11100000 111110 11000 0 1100 11001011 1000101 111100

Color Harmonies of #54AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAE0

Black with #54AAE0

Text Example


Text Example

White with #54AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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