Html Css Color HEX #57B9CA Viking

📋 copy color: '#57B9CA'

red 87 ◦ green 185 ◦ blue 202

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

Shades of Viking #57B9CA

Tints of Viking #57B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 18.35%
G = 39.03%
B = 42.62%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#57B9CA (or 0x57B9CA) is known color: Viking. HEX triplet: 57, B9 and CA. RGB value is (87,185,202). Sum of RGB (Red+Green+Blue) = 87+185+202=474 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.35% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B9CA is #A84635. Grayscale: #9D9D9D. Windows color (decimal): -11028022 or 13285719. OLE color: 13285719.

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

Color convert

RGB 87 185 202 -
CMYK 0.57 0.08 0 0.21
HSL 188.87º 0.52% 0.57% -
HSV(B) 188.87º 0.57% 0.79% -
XYZ 31.94 40.99 62.11 -
YUV 157.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 87 185 202 0.57 0.08 0 0.21 188.87 0.52 0.57
Hex 57 B9 CA 39 8 0 15 BD 34 39
Octal 127 271 312 71 10 0 25 275 64 71
Binary 1010111 10111001 11001010 111001 1000 0 10101 10111101 110100 111001

Color Harmonies of #57B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B9CA

Black with #57B9CA

Text Example


Text Example

White with #57B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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