Html Css Color HEX #57BCBE Viking

📋 copy color: '#57BCBE'

red 87 ◦ green 188 ◦ blue 190

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

Shades of Viking #57BCBE

Tints of Viking #57BCBE

RGB

 RED value IS 87 (34.38% from 255) = 18.71%

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 18.71%
G = 40.43%
B = 40.86%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57BCBE (or 0x57BCBE) is known color: Viking. HEX triplet: 57, BC and BE. RGB value is (87,188,190). Sum of RGB (Red+Green+Blue) = 87+188+190=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #57BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCBE is #A84341. Grayscale: #9D9D9D. Windows color (decimal): -11027266 or 12500055. OLE color: 12500055.

HSL color Cylindrical-coordinate representation of color #57BCBE: hue angle of 181.17º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCBE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 188 190 -
CMYK 0.54 0.01 0 0.25
HSL 181.17º 0.44% 0.54% -
HSV(B) 181.17º 0.54% 0.75% -
XYZ 31.21 41.71 55.12 -
YUV 158.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 87 188 190 0.54 0.01 0 0.25 181.17 0.44 0.54
Hex 57 BC BE 36 1 0 19 B5 2C 36
Octal 127 274 276 66 1 0 31 265 54 66
Binary 1010111 10111100 10111110 110110 1 0 11001 10110101 101100 110110

Color Harmonies of #57BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCBE

Black with #57BCBE

Text Example


Text Example

White with #57BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57BCBE; }

 p { color: rgb(87,188,190); }

 H1.HeaderClassName
 {
   color: #57BCBE;
 }
 .AnyTagClassName
 {
   color: #57BCBE;
 }
</style>

background-color css

<style>
 a { background-color: #57BCBE; }

 a { background-color: rgb(87,188,190); }

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

border-color css

<style>
 span { border-color: #57BCBE; }

 span { border-color: rgb(87,188,190); }

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