Html Css Color HEX #57B0CB Viking

📋 copy color: '#57B0CB'

red 87 ◦ green 176 ◦ blue 203

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

Shades of Viking #57B0CB

Tints of Viking #57B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 18.67%
G = 37.77%
B = 43.56%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57B0CB (or 0x57B0CB) is known color: Viking. HEX triplet: 57, B0 and CB. RGB value is (87,176,203). Sum of RGB (Red+Green+Blue) = 87+176+203=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #57B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0CB is #A84F34. Grayscale: #989898. Windows color (decimal): -11030325 or 13348951. OLE color: 13348951.

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

Color convert

RGB 87 176 203 -
CMYK 0.57 0.13 0 0.20
HSL 193.97º 0.53% 0.57% -
HSV(B) 193.97º 0.57% 0.8% -
XYZ 30.24 37.39 62.12 -
YUV 152.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 87 176 203 0.57 0.13 0 0.20 193.97 0.53 0.57
Hex 57 B0 CB 39 D 0 14 C2 35 39
Octal 127 260 313 71 15 0 24 302 65 71
Binary 1010111 10110000 11001011 111001 1101 0 10100 11000010 110101 111001

Color Harmonies of #57B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0CB

Black with #57B0CB

Text Example


Text Example

White with #57B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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