Html Css Color HEX #57BECC Viking

📋 copy color: '#57BECC'

red 87 ◦ green 190 ◦ blue 204

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

Shades of Viking #57BECC

Tints of Viking #57BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 18.09%
G = 39.5%
B = 42.41%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#57BECC (or 0x57BECC) is known color: Viking. HEX triplet: 57, BE and CC. RGB value is (87,190,204). Sum of RGB (Red+Green+Blue) = 87+190+204=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #57BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BECC is #A84133. Grayscale: #A0A0A0. Windows color (decimal): -11026740 or 13418071. OLE color: 13418071.

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

Color convert

RGB 87 190 204 -
CMYK 0.57 0.07 0 0.2
HSL 187.18º 0.53% 0.57% -
HSV(B) 187.18º 0.57% 0.8% -
XYZ 33.24 43.21 63.72 -
YUV 160.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 87 190 204 0.57 0.07 0 0.2 187.18 0.53 0.57
Hex 57 BE CC 39 7 0 14 BB 35 39
Octal 127 276 314 71 7 0 24 273 65 71
Binary 1010111 10111110 11001100 111001 111 0 10100 10111011 110101 111001

Color Harmonies of #57BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BECC

Black with #57BECC

Text Example


Text Example

White with #57BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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