Html Css Color HEX #58B0CB Viking

📋 copy color: '#58B0CB'

red 88 ◦ green 176 ◦ blue 203

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

Shades of Viking #58B0CB

Tints of Viking #58B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

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

R = 18.84%
G = 37.69%
B = 43.47%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58B0CB (or 0x58B0CB) is known color: Viking. HEX triplet: 58, B0 and CB. RGB value is (88,176,203). Sum of RGB (Red+Green+Blue) = 88+176+203=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #58B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0CB is #A74F34. Grayscale: #989898. Windows color (decimal): -10964789 or 13348952. OLE color: 13348952.

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

Color convert

RGB 88 176 203 -
CMYK 0.57 0.13 0 0.20
HSL 194.09º 0.53% 0.57% -
HSV(B) 194.09º 0.57% 0.8% -
XYZ 30.33 37.44 62.13 -
YUV 152.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 88 176 203 0.57 0.13 0 0.20 194.09 0.53 0.57
Hex 58 B0 CB 39 D 0 14 C2 35 39
Octal 130 260 313 71 15 0 24 302 65 71
Binary 1011000 10110000 11001011 111001 1101 0 10100 11000010 110101 111001

Color Harmonies of #58B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B0CB

Black with #58B0CB

Text Example


Text Example

White with #58B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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