Html Css Color HEX #54ADCB Viking

📋 copy color: '#54ADCB'

red 84 ◦ green 173 ◦ blue 203

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

Shades of Viking #54ADCB

Tints of Viking #54ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 18.26%
G = 37.61%
B = 44.13%

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

#54ADCB (or 0x54ADCB) is known color: Viking. HEX triplet: 54, AD and CB. RGB value is (84,173,203). Sum of RGB (Red+Green+Blue) = 84+173+203=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #54ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADCB is #AB5234. Grayscale: #959595. Windows color (decimal): -11227701 or 13348180. OLE color: 13348180.

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

Color convert

RGB 84 173 203 -
CMYK 0.59 0.15 0 0.20
HSL 195.13º 0.53% 0.56% -
HSV(B) 195.13º 0.59% 0.8% -
XYZ 29.38 36.08 61.92 -
YUV 149.81 158.01 81.06 -
System Red Green Blue C M Y K H S L
Decimal 84 173 203 0.59 0.15 0 0.20 195.13 0.53 0.56
Hex 54 AD CB 3B F 0 14 C3 35 38
Octal 124 255 313 73 17 0 24 303 65 70
Binary 1010100 10101101 11001011 111011 1111 0 10100 11000011 110101 111000

Color Harmonies of #54ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADCB

Black with #54ADCB

Text Example


Text Example

White with #54ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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