Html Css Color HEX #58B8CB Viking

📋 copy color: '#58B8CB'

red 88 ◦ green 184 ◦ blue 203

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

Shades of Viking #58B8CB

Tints of Viking #58B8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 18.53%
G = 38.74%
B = 42.74%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58B8CB (or 0x58B8CB) is known color: Viking. HEX triplet: 58, B8 and CB. RGB value is (88,184,203). Sum of RGB (Red+Green+Blue) = 88+184+203=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #58B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8CB is #A74734. Grayscale: #9D9D9D. Windows color (decimal): -10962741 or 13351000. OLE color: 13351000.

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

Color convert

RGB 88 184 203 -
CMYK 0.57 0.09 0 0.20
HSL 189.91º 0.53% 0.57% -
HSV(B) 189.91º 0.57% 0.8% -
XYZ 31.94 40.67 62.67 -
YUV 157.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 88 184 203 0.57 0.09 0 0.20 189.91 0.53 0.57
Hex 58 B8 CB 39 9 0 14 BE 35 39
Octal 130 270 313 71 11 0 24 276 65 71
Binary 1011000 10111000 11001011 111001 1001 0 10100 10111110 110101 111001

Color Harmonies of #58B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8CB

Black with #58B8CB

Text Example


Text Example

White with #58B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,184,203); }

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

background-color css

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

 a { background-color: rgb(88,184,203); }

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

border-color css

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

 span { border-color: rgb(88,184,203); }

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