Html Css Color HEX #54AFDA Picton Blue

📋 copy color: '#54AFDA'

red 84 ◦ green 175 ◦ blue 218

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

Shades of Picton Blue #54AFDA

Tints of Picton Blue #54AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.69%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 17.61%
G = 36.69%
B = 45.7%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54AFDA (or 0x54AFDA) is known color: Picton Blue. HEX triplet: 54, AF and DA. RGB value is (84,175,218). Sum of RGB (Red+Green+Blue) = 84+175+218=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #54AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDA is #AB5025. Grayscale: #989898. Windows color (decimal): -11227174 or 14331732. OLE color: 14331732.

HSL color Cylindrical-coordinate representation of color #54AFDA: hue angle of 199.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AFDA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 175 218 -
CMYK 0.61 0.20 0 0.15
HSL 199.25º 0.64% 0.59% -
HSV(B) 199.25º 0.61% 0.85% -
XYZ 31.64 37.61 71.92 -
YUV 152.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 84 175 218 0.61 0.20 0 0.15 199.25 0.64 0.59
Hex 54 AF DA 3D 14 0 F C7 40 3B
Octal 124 257 332 75 24 0 17 307 100 73
Binary 1010100 10101111 11011010 111101 10100 0 1111 11000111 1000000 111011

Color Harmonies of #54AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFDA

Black with #54AFDA

Text Example


Text Example

White with #54AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,218); }

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

background-color css

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

 a { background-color: rgb(84,175,218); }

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

border-color css

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

 span { border-color: rgb(84,175,218); }

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