Html Css Color HEX #54ACCB Viking

📋 copy color: '#54ACCB'

red 84 ◦ green 172 ◦ blue 203

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

Shades of Viking #54ACCB

Tints of Viking #54ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 18.3%
G = 37.47%
B = 44.23%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54ACCB (or 0x54ACCB) is known color: Viking. HEX triplet: 54, AC and CB. RGB value is (84,172,203). Sum of RGB (Red+Green+Blue) = 84+172+203=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #54ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACCB is #AB5334. Grayscale: #959595. Windows color (decimal): -11227957 or 13347924. OLE color: 13347924.

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

Color convert

RGB 84 172 203 -
CMYK 0.59 0.15 0 0.20
HSL 195.63º 0.53% 0.56% -
HSV(B) 195.63º 0.59% 0.8% -
XYZ 29.19 35.7 61.85 -
YUV 149.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 84 172 203 0.59 0.15 0 0.20 195.63 0.53 0.56
Hex 54 AC CB 3B F 0 14 C4 35 38
Octal 124 254 313 73 17 0 24 304 65 70
Binary 1010100 10101100 11001011 111011 1111 0 10100 11000100 110101 111000

Color Harmonies of #54ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACCB

Black with #54ACCB

Text Example


Text Example

White with #54ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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