Html Css Color HEX #57BDD0 Viking

📋 copy color: '#57BDD0'

red 87 ◦ green 189 ◦ blue 208

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

Shades of Viking #57BDD0

Tints of Viking #57BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 17.98%
G = 39.05%
B = 42.98%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#57BDD0 (or 0x57BDD0) is known color: Viking. HEX triplet: 57, BD and D0. RGB value is (87,189,208). Sum of RGB (Red+Green+Blue) = 87+189+208=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #57BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDD0 is #A8422F. Grayscale: #A0A0A0. Windows color (decimal): -11026992 or 13679959. OLE color: 13679959.

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

Color convert

RGB 87 189 208 -
CMYK 0.58 0.09 0 0.18
HSL 189.42º 0.56% 0.58% -
HSV(B) 189.42º 0.58% 0.82% -
XYZ 33.51 42.98 66.2 -
YUV 160.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 87 189 208 0.58 0.09 0 0.18 189.42 0.56 0.58
Hex 57 BD D0 3A 9 0 12 BD 38 3A
Octal 127 275 320 72 11 0 22 275 70 72
Binary 1010111 10111101 11010000 111010 1001 0 10010 10111101 111000 111010

Color Harmonies of #57BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDD0

Black with #57BDD0

Text Example


Text Example

White with #57BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,189,208); }

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

background-color css

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

 a { background-color: rgb(87,189,208); }

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

border-color css

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

 span { border-color: rgb(87,189,208); }

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