Html Css Color HEX #54A8E0 Picton Blue

📋 copy color: '#54A8E0'

red 84 ◦ green 168 ◦ blue 224

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

Shades of Picton Blue #54A8E0

Tints of Picton Blue #54A8E0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 17.65%
G = 35.29%
B = 47.06%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#54A8E0 (or 0x54A8E0) is known color: Picton Blue. HEX triplet: 54, A8 and E0. RGB value is (84,168,224). Sum of RGB (Red+Green+Blue) = 84+168+224=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #54A8E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8E0 is #AB571F. Grayscale: #949494. Windows color (decimal): -11228960 or 14723156. OLE color: 14723156.

HSL color Cylindrical-coordinate representation of color #54A8E0: hue angle of 204º 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 #54A8E0 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 168 224 -
CMYK 0.62 0.25 0 0.12
HSL 204º 0.69% 0.6% -
HSV(B) 204º 0.63% 0.88% -
XYZ 31.11 35.27 75.69 -
YUV 149.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 84 168 224 0.62 0.25 0 0.12 204 0.69 0.6
Hex 54 A8 E0 3E 19 0 C CC 45 3C
Octal 124 250 340 76 31 0 14 314 105 74
Binary 1010100 10101000 11100000 111110 11001 0 1100 11001100 1000101 111100

Color Harmonies of #54A8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8E0

Black with #54A8E0

Text Example


Text Example

White with #54A8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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