Html Css Color HEX #54A4CF Picton Blue

📋 copy color: '#54A4CF'

red 84 ◦ green 164 ◦ blue 207

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

Shades of Picton Blue #54A4CF

Tints of Picton Blue #54A4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 18.46%
G = 36.04%
B = 45.49%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54A4CF (or 0x54A4CF) is known color: Picton Blue. HEX triplet: 54, A4 and CF. RGB value is (84,164,207). Sum of RGB (Red+Green+Blue) = 84+164+207=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A4CF is #AB5B30. Grayscale: #909090. Windows color (decimal): -11230001 or 13608020. OLE color: 13608020.

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

Color convert

RGB 84 164 207 -
CMYK 0.59 0.21 0 0.19
HSL 200.98º 0.56% 0.57% -
HSV(B) 200.98º 0.59% 0.81% -
XYZ 28.19 32.94 63.9 -
YUV 144.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 84 164 207 0.59 0.21 0 0.19 200.98 0.56 0.57
Hex 54 A4 CF 3B 15 0 13 C9 38 39
Octal 124 244 317 73 25 0 23 311 70 71
Binary 1010100 10100100 11001111 111011 10101 0 10011 11001001 111000 111001

Color Harmonies of #54A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A4CF

Black with #54A4CF

Text Example


Text Example

White with #54A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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