Html Css Color HEX #57B2CA Viking

📋 copy color: '#57B2CA'

red 87 ◦ green 178 ◦ blue 202

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

Shades of Viking #57B2CA

Tints of Viking #57B2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 18.63%
G = 38.12%
B = 43.25%

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

#57B2CA (or 0x57B2CA) is known color: Viking. HEX triplet: 57, B2 and CA. RGB value is (87,178,202). Sum of RGB (Red+Green+Blue) = 87+178+202=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2CA is #A84D35. Grayscale: #999999. Windows color (decimal): -11029814 or 13283927. OLE color: 13283927.

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

Color convert

RGB 87 178 202 -
CMYK 0.57 0.12 0 0.21
HSL 192.52º 0.52% 0.57% -
HSV(B) 192.52º 0.57% 0.79% -
XYZ 30.51 38.13 61.63 -
YUV 153.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 87 178 202 0.57 0.12 0 0.21 192.52 0.52 0.57
Hex 57 B2 CA 39 C 0 15 C1 34 39
Octal 127 262 312 71 14 0 25 301 64 71
Binary 1010111 10110010 11001010 111001 1100 0 10101 11000001 110100 111001

Color Harmonies of #57B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B2CA

Black with #57B2CA

Text Example


Text Example

White with #57B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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