Html Css Color HEX #54A7CF Picton Blue

📋 copy color: '#54A7CF'

red 84 ◦ green 167 ◦ blue 207

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

Shades of Picton Blue #54A7CF

Tints of Picton Blue #54A7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 18.34%
G = 36.46%
B = 45.2%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54A7CF (or 0x54A7CF) is known color: Picton Blue. HEX triplet: 54, A7 and CF. RGB value is (84,167,207). Sum of RGB (Red+Green+Blue) = 84+167+207=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7CF is #AB5830. Grayscale: #929292. Windows color (decimal): -11229233 or 13608788. OLE color: 13608788.

HSL color Cylindrical-coordinate representation of color #54A7CF: hue angle of 199.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A7CF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 167 207 -
CMYK 0.59 0.19 0 0.19
HSL 199.51º 0.56% 0.57% -
HSV(B) 199.51º 0.59% 0.81% -
XYZ 28.74 34.03 64.08 -
YUV 146.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 84 167 207 0.59 0.19 0 0.19 199.51 0.56 0.57
Hex 54 A7 CF 3B 13 0 13 C8 38 39
Octal 124 247 317 73 23 0 23 310 70 71
Binary 1010100 10100111 11001111 111011 10011 0 10011 11001000 111000 111001

Color Harmonies of #54A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A7CF

Black with #54A7CF

Text Example


Text Example

White with #54A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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