#54ABD4

Color #54ABD4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #54ABD4

Tints of Picton Blue #54ABD4

Color information

#54ABD4 (or 0x54ABD4) is unknown color: approx Picton Blue. HEX triplet: 54, AB and D4. RGB value is (84,171,212). Sum of RGB (Red+Green+Blue) = 84+171+212=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #54ABD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABD4 is #AB542B. Grayscale: #959595. Windows color (decimal): -11228204 or 13937492. OLE color: 13937492.

HSL color Cylindrical-coordinate representation of color #54ABD4: hue angle of 199.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54ABD4 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84171212-
CMYK0.600.1900.17
HSL199.22º59.81%58.04%-
HSV(B)199.22º60.38%83.14%-
XYZ30.135.7667.6-
YUV149.66163.1881.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=17.99%
G=36.62%
B=45.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841712120.600.1900.17199.2259.8158.04
Hex54ABD43C13011c73c3a
Octal12425332474230213077472
Binary101010010101011110101001111001001101000111000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,171,212); }

 H1.HeaderClassName
 {
   color: #54ABD4;
 }
 .AnyTagClassName
 {
   color: #54ABD4;
 }
</style>
background-color css

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

 a { background-color: rgb(84,171,212); }

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

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

 span { border-color: rgb(84,171,212); }

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