Html Css Color HEX #58BFCD Viking

📋 copy color: '#58BFCD'

red 88 ◦ green 191 ◦ blue 205

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

Shades of Viking #58BFCD

Tints of Viking #58BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 18.18%
G = 39.46%
B = 42.36%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58BFCD (or 0x58BFCD) is known color: Viking. HEX triplet: 58, BF and CD. RGB value is (88,191,205). Sum of RGB (Red+Green+Blue) = 88+191+205=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #58BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFCD is #A74032. Grayscale: #A1A1A1. Windows color (decimal): -10960947 or 13483864. OLE color: 13483864.

HSL color Cylindrical-coordinate representation of color #58BFCD: hue angle of 187.18º degrees, saturation: 0.54, 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 #58BFCD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 191 205 -
CMYK 0.57 0.07 0 0.20
HSL 187.18º 0.54% 0.57% -
HSV(B) 187.18º 0.57% 0.8% -
XYZ 33.67 43.74 64.43 -
YUV 161.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 88 191 205 0.57 0.07 0 0.20 187.18 0.54 0.57
Hex 58 BF CD 39 7 0 14 BB 36 39
Octal 130 277 315 71 7 0 24 273 66 71
Binary 1011000 10111111 11001101 111001 111 0 10100 10111011 110110 111001

Color Harmonies of #58BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFCD

Black with #58BFCD

Text Example


Text Example

White with #58BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,191,205); }

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

background-color css

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

 a { background-color: rgb(88,191,205); }

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

border-color css

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

 span { border-color: rgb(88,191,205); }

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