Html Css Color HEX #57B1CA Viking

📋 copy color: '#57B1CA'

red 87 ◦ green 177 ◦ blue 202

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

Shades of Viking #57B1CA

Tints of Viking #57B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 18.67%
G = 37.98%
B = 43.35%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57B1CA (or 0x57B1CA) is known color: Viking. HEX triplet: 57, B1 and CA. RGB value is (87,177,202). Sum of RGB (Red+Green+Blue) = 87+177+202=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1CA is #A84E35. Grayscale: #989898. Windows color (decimal): -11030070 or 13283671. OLE color: 13283671.

HSL color Cylindrical-coordinate representation of color #57B1CA: hue angle of 193.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57B1CA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 177 202 -
CMYK 0.57 0.12 0 0.21
HSL 193.04º 0.52% 0.57% -
HSV(B) 193.04º 0.57% 0.79% -
XYZ 30.31 37.73 61.56 -
YUV 152.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 87 177 202 0.57 0.12 0 0.21 193.04 0.52 0.57
Hex 57 B1 CA 39 C 0 15 C1 34 39
Octal 127 261 312 71 14 0 25 301 64 71
Binary 1010111 10110001 11001010 111001 1100 0 10101 11000001 110100 111001

Color Harmonies of #57B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B1CA

Black with #57B1CA

Text Example


Text Example

White with #57B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,177,202); }

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

background-color css

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

 a { background-color: rgb(87,177,202); }

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

border-color css

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

 span { border-color: rgb(87,177,202); }

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