Html Css Color HEX #57B8CC Viking

📋 copy color: '#57B8CC'

red 87 ◦ green 184 ◦ blue 204

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

Shades of Viking #57B8CC

Tints of Viking #57B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 18.32%
G = 38.74%
B = 42.95%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#57B8CC (or 0x57B8CC) is known color: Viking. HEX triplet: 57, B8 and CC. RGB value is (87,184,204). Sum of RGB (Red+Green+Blue) = 87+184+204=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #57B8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8CC is #A84733. Grayscale: #9D9D9D. Windows color (decimal): -11028276 or 13416535. OLE color: 13416535.

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

Color convert

RGB 87 184 204 -
CMYK 0.57 0.10 0 0.2
HSL 190.26º 0.53% 0.57% -
HSV(B) 190.26º 0.57% 0.8% -
XYZ 31.97 40.67 63.29 -
YUV 157.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 87 184 204 0.57 0.10 0 0.2 190.26 0.53 0.57
Hex 57 B8 CC 39 A 0 14 BE 35 39
Octal 127 270 314 71 12 0 24 276 65 71
Binary 1010111 10111000 11001100 111001 1010 0 10100 10111110 110101 111001

Color Harmonies of #57B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B8CC

Black with #57B8CC

Text Example


Text Example

White with #57B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,184,204); }

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

background-color css

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

 a { background-color: rgb(87,184,204); }

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

border-color css

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

 span { border-color: rgb(87,184,204); }

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