Html Css Color HEX #58BDC9 Viking

📋 copy color: '#58BDC9'

red 88 ◦ green 189 ◦ blue 201

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

Shades of Viking #58BDC9

Tints of Viking #58BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 201 (78.91% from 255) = 42.05%

R = 18.41%
G = 39.54%
B = 42.05%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58BDC9 (or 0x58BDC9) is known color: Viking. HEX triplet: 58, BD and C9. RGB value is (88,189,201). Sum of RGB (Red+Green+Blue) = 88+189+201=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #58BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDC9 is #A74236. Grayscale: #A0A0A0. Windows color (decimal): -10961463 or 13221208. OLE color: 13221208.

HSL color Cylindrical-coordinate representation of color #58BDC9: hue angle of 186.37º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BDC9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 189 201 -
CMYK 0.56 0.06 0 0.21
HSL 186.37º 0.51% 0.57% -
HSV(B) 186.37º 0.56% 0.79% -
XYZ 32.76 42.69 61.77 -
YUV 160.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 88 189 201 0.56 0.06 0 0.21 186.37 0.51 0.57
Hex 58 BD C9 38 6 0 15 BA 33 39
Octal 130 275 311 70 6 0 25 272 63 71
Binary 1011000 10111101 11001001 111000 110 0 10101 10111010 110011 111001

Color Harmonies of #58BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDC9

Black with #58BDC9

Text Example


Text Example

White with #58BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,189,201); }

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

background-color css

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

 a { background-color: rgb(88,189,201); }

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

border-color css

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

 span { border-color: rgb(88,189,201); }

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