Html Css Color HEX #58BACE Viking

📋 copy color: '#58BACE'

red 88 ◦ green 186 ◦ blue 206

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

Shades of Viking #58BACE

Tints of Viking #58BACE

RGB

 RED value IS 88 (34.77% from 255) = 18.33%

 GREEN value IS 186 (73.05% from 255) = 38.75%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 18.33%
G = 38.75%
B = 42.92%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58BACE (or 0x58BACE) is known color: Viking. HEX triplet: 58, BA and CE. RGB value is (88,186,206). Sum of RGB (Red+Green+Blue) = 88+186+206=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #58BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BACE is #A74531. Grayscale: #9E9E9E. Windows color (decimal): -10962226 or 13548120. OLE color: 13548120.

HSL color Cylindrical-coordinate representation of color #58BACE: hue angle of 190.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BACE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 186 206 -
CMYK 0.57 0.10 0 0.19
HSL 190.17º 0.55% 0.58% -
HSV(B) 190.17º 0.57% 0.81% -
XYZ 32.72 41.65 64.71 -
YUV 158.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 88 186 206 0.57 0.10 0 0.19 190.17 0.55 0.58
Hex 58 BA CE 39 A 0 13 BE 37 3A
Octal 130 272 316 71 12 0 23 276 67 72
Binary 1011000 10111010 11001110 111001 1010 0 10011 10111110 110111 111010

Color Harmonies of #58BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BACE

Black with #58BACE

Text Example


Text Example

White with #58BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BACE; }

 p { color: rgb(88,186,206); }

 H1.HeaderClassName
 {
   color: #58BACE;
 }
 .AnyTagClassName
 {
   color: #58BACE;
 }
</style>

background-color css

<style>
 a { background-color: #58BACE; }

 a { background-color: rgb(88,186,206); }

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

border-color css

<style>
 span { border-color: #58BACE; }

 span { border-color: rgb(88,186,206); }

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