Html Css Color HEX #57ABCB Viking

📋 copy color: '#57ABCB'

red 87 ◦ green 171 ◦ blue 203

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

Shades of Viking #57ABCB

Tints of Viking #57ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 18.87%
G = 37.09%
B = 44.03%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57ABCB (or 0x57ABCB) is known color: Viking. HEX triplet: 57, AB and CB. RGB value is (87,171,203). Sum of RGB (Red+Green+Blue) = 87+171+203=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #57ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABCB is #A85434. Grayscale: #959595. Windows color (decimal): -11031605 or 13347671. OLE color: 13347671.

HSL color Cylindrical-coordinate representation of color #57ABCB: hue angle of 196.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57ABCB is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 171 203 -
CMYK 0.57 0.16 0 0.20
HSL 196.55º 0.53% 0.57% -
HSV(B) 196.55º 0.57% 0.8% -
XYZ 29.27 35.46 61.8 -
YUV 149.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 87 171 203 0.57 0.16 0 0.20 196.55 0.53 0.57
Hex 57 AB CB 39 10 0 14 C5 35 39
Octal 127 253 313 71 20 0 24 305 65 71
Binary 1010111 10101011 11001011 111001 10000 0 10100 11000101 110101 111001

Color Harmonies of #57ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABCB

Black with #57ABCB

Text Example


Text Example

White with #57ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,171,203); }

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

background-color css

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

 a { background-color: rgb(87,171,203); }

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

border-color css

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

 span { border-color: rgb(87,171,203); }

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