Html Css Color HEX #54B2CB Viking

📋 copy color: '#54B2CB'

red 84 ◦ green 178 ◦ blue 203

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

Shades of Viking #54B2CB

Tints of Viking #54B2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 18.06%
G = 38.28%
B = 43.66%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54B2CB (or 0x54B2CB) is known color: Viking. HEX triplet: 54, B2 and CB. RGB value is (84,178,203). Sum of RGB (Red+Green+Blue) = 84+178+203=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #54B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2CB is #AB4D34. Grayscale: #989898. Windows color (decimal): -11226421 or 13349460. OLE color: 13349460.

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

Color convert

RGB 84 178 203 -
CMYK 0.59 0.12 0 0.20
HSL 192.61º 0.53% 0.56% -
HSV(B) 192.61º 0.59% 0.8% -
XYZ 30.36 38.04 62.24 -
YUV 152.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 84 178 203 0.59 0.12 0 0.20 192.61 0.53 0.56
Hex 54 B2 CB 3B C 0 14 C1 35 38
Octal 124 262 313 73 14 0 24 301 65 70
Binary 1010100 10110010 11001011 111011 1100 0 10100 11000001 110101 111000

Color Harmonies of #54B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2CB

Black with #54B2CB

Text Example


Text Example

White with #54B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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