Html Css Color HEX #58BECB Viking

📋 copy color: '#58BECB'

red 88 ◦ green 190 ◦ blue 203

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

Shades of Viking #58BECB

Tints of Viking #58BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 18.3%
G = 39.5%
B = 42.2%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58BECB (or 0x58BECB) is known color: Viking. HEX triplet: 58, BE and CB. RGB value is (88,190,203). Sum of RGB (Red+Green+Blue) = 88+190+203=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #58BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BECB is #A74134. Grayscale: #A0A0A0. Windows color (decimal): -10961205 or 13352536. OLE color: 13352536.

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

Color convert

RGB 88 190 203 -
CMYK 0.57 0.06 0 0.20
HSL 186.78º 0.53% 0.57% -
HSV(B) 186.78º 0.57% 0.8% -
XYZ 33.22 43.21 63.09 -
YUV 160.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 88 190 203 0.57 0.06 0 0.20 186.78 0.53 0.57
Hex 58 BE CB 39 6 0 14 BB 35 39
Octal 130 276 313 71 6 0 24 273 65 71
Binary 1011000 10111110 11001011 111001 110 0 10100 10111011 110101 111001

Color Harmonies of #58BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BECB

Black with #58BECB

Text Example


Text Example

White with #58BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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