Html Css Color HEX #54A7CB Picton Blue

📋 copy color: '#54A7CB'

red 84 ◦ green 167 ◦ blue 203

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

Shades of Picton Blue #54A7CB

Tints of Picton Blue #54A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 18.5%
G = 36.78%
B = 44.71%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54A7CB (or 0x54A7CB) is known color: Picton Blue. HEX triplet: 54, A7 and CB. RGB value is (84,167,203). Sum of RGB (Red+Green+Blue) = 84+167+203=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #54A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7CB is #AB5834. Grayscale: #929292. Windows color (decimal): -11229237 or 13346644. OLE color: 13346644.

HSL color Cylindrical-coordinate representation of color #54A7CB: hue angle of 198.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A7CB is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 167 203 -
CMYK 0.59 0.18 0 0.20
HSL 198.15º 0.53% 0.56% -
HSV(B) 198.15º 0.59% 0.8% -
XYZ 28.25 33.83 61.54 -
YUV 146.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 84 167 203 0.59 0.18 0 0.20 198.15 0.53 0.56
Hex 54 A7 CB 3B 12 0 14 C6 35 38
Octal 124 247 313 73 22 0 24 306 65 70
Binary 1010100 10100111 11001011 111011 10010 0 10100 11000110 110101 111000

Color Harmonies of #54A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A7CB

Black with #54A7CB

Text Example


Text Example

White with #54A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,167,203); }

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

background-color css

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

 a { background-color: rgb(84,167,203); }

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

border-color css

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

 span { border-color: rgb(84,167,203); }

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