Html Css Color HEX #57ABCC Viking

📋 copy color: '#57ABCC'

red 87 ◦ green 171 ◦ blue 204

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

Shades of Viking #57ABCC

Tints of Viking #57ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 18.83%
G = 37.01%
B = 44.16%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#57ABCC (or 0x57ABCC) is known color: Viking. HEX triplet: 57, AB and CC. RGB value is (87,171,204). Sum of RGB (Red+Green+Blue) = 87+171+204=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #57ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABCC is #A85433. Grayscale: #959595. Windows color (decimal): -11031604 or 13413207. OLE color: 13413207.

HSL color Cylindrical-coordinate representation of color #57ABCC: hue angle of 196.92º 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 #57ABCC is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 171 204 -
CMYK 0.57 0.16 0 0.2
HSL 196.92º 0.53% 0.57% -
HSV(B) 196.92º 0.57% 0.8% -
XYZ 29.39 35.51 62.43 -
YUV 149.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 87 171 204 0.57 0.16 0 0.2 196.92 0.53 0.57
Hex 57 AB CC 39 10 0 14 C5 35 39
Octal 127 253 314 71 20 0 24 305 65 71
Binary 1010111 10101011 11001100 111001 10000 0 10100 11000101 110101 111001

Color Harmonies of #57ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABCC

Black with #57ABCC

Text Example


Text Example

White with #57ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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