Html Css Color HEX #54A8CF Picton Blue

📋 copy color: '#54A8CF'

red 84 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #54A8CF

Tints of Picton Blue #54A8CF

RGB

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

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

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

R = 18.3%
G = 36.6%
B = 45.1%

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

#54A8CF (or 0x54A8CF) is known color: Picton Blue. HEX triplet: 54, A8 and CF. RGB value is (84,168,207). Sum of RGB (Red+Green+Blue) = 84+168+207=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8CF is #AB5730. Grayscale: #939393. Windows color (decimal): -11228977 or 13609044. OLE color: 13609044.

HSL color Cylindrical-coordinate representation of color #54A8CF: hue angle of 199.02º 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 #54A8CF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 168 207 -
CMYK 0.59 0.19 0 0.19
HSL 199.02º 0.56% 0.57% -
HSV(B) 199.02º 0.59% 0.81% -
XYZ 28.92 34.4 64.15 -
YUV 147.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 84 168 207 0.59 0.19 0 0.19 199.02 0.56 0.57
Hex 54 A8 CF 3B 13 0 13 C7 38 39
Octal 124 250 317 73 23 0 23 307 70 71
Binary 1010100 10101000 11001111 111011 10011 0 10011 11000111 111000 111001

Color Harmonies of #54A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8CF

Black with #54A8CF

Text Example


Text Example

White with #54A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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