Html Css Color HEX #57BBCB Viking

📋 copy color: '#57BBCB'

red 87 ◦ green 187 ◦ blue 203

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

Shades of Viking #57BBCB

Tints of Viking #57BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

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

R = 18.24%
G = 39.2%
B = 42.56%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57BBCB (or 0x57BBCB) is known color: Viking. HEX triplet: 57, BB and CB. RGB value is (87,187,203). Sum of RGB (Red+Green+Blue) = 87+187+203=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #57BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBCB is #A84434. Grayscale: #9E9E9E. Windows color (decimal): -11027509 or 13351767. OLE color: 13351767.

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

Color convert

RGB 87 187 203 -
CMYK 0.57 0.08 0 0.20
HSL 188.28º 0.53% 0.57% -
HSV(B) 188.28º 0.57% 0.8% -
XYZ 32.48 41.88 62.87 -
YUV 158.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 87 187 203 0.57 0.08 0 0.20 188.28 0.53 0.57
Hex 57 BB CB 39 8 0 14 BC 35 39
Octal 127 273 313 71 10 0 24 274 65 71
Binary 1010111 10111011 11001011 111001 1000 0 10100 10111100 110101 111001

Color Harmonies of #57BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BBCB

Black with #57BBCB

Text Example


Text Example

White with #57BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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