Html Css Color HEX #57BECF Viking

📋 copy color: '#57BECF'

red 87 ◦ green 190 ◦ blue 207

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

Shades of Viking #57BECF

Tints of Viking #57BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 17.98%
G = 39.26%
B = 42.77%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57BECF (or 0x57BECF) is known color: Viking. HEX triplet: 57, BE and CF. RGB value is (87,190,207). Sum of RGB (Red+Green+Blue) = 87+190+207=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #57BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BECF is #A84130. Grayscale: #A0A0A0. Windows color (decimal): -11026737 or 13614679. OLE color: 13614679.

HSL color Cylindrical-coordinate representation of color #57BECF: hue angle of 188.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BECF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 190 207 -
CMYK 0.58 0.08 0 0.19
HSL 188.5º 0.56% 0.58% -
HSV(B) 188.5º 0.58% 0.81% -
XYZ 33.61 43.36 65.63 -
YUV 161.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 87 190 207 0.58 0.08 0 0.19 188.5 0.56 0.58
Hex 57 BE CF 3A 8 0 13 BC 38 3A
Octal 127 276 317 72 10 0 23 274 70 72
Binary 1010111 10111110 11001111 111010 1000 0 10011 10111100 111000 111010

Color Harmonies of #57BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BECF

Black with #57BECF

Text Example


Text Example

White with #57BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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