Html Css Color HEX #58C0CE Viking

📋 copy color: '#58C0CE'

red 88 ◦ green 192 ◦ blue 206

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

Shades of Viking #58C0CE

Tints of Viking #58C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 18.11%
G = 39.51%
B = 42.39%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58C0CE (or 0x58C0CE) is known color: Viking. HEX triplet: 58, C0 and CE. RGB value is (88,192,206). Sum of RGB (Red+Green+Blue) = 88+192+206=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #58C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0CE is #A73F31. Grayscale: #A2A2A2. Windows color (decimal): -10960690 or 13549656. OLE color: 13549656.

HSL color Cylindrical-coordinate representation of color #58C0CE: hue angle of 187.12º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C0CE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 192 206 -
CMYK 0.57 0.07 0 0.19
HSL 187.12º 0.55% 0.58% -
HSV(B) 187.12º 0.57% 0.81% -
XYZ 34.01 44.23 65.14 -
YUV 162.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 88 192 206 0.57 0.07 0 0.19 187.12 0.55 0.58
Hex 58 C0 CE 39 7 0 13 BB 37 3A
Octal 130 300 316 71 7 0 23 273 67 72
Binary 1011000 11000000 11001110 111001 111 0 10011 10111011 110111 111010

Color Harmonies of #58C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0CE

Black with #58C0CE

Text Example


Text Example

White with #58C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,206); }

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

background-color css

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

 a { background-color: rgb(88,192,206); }

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

border-color css

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

 span { border-color: rgb(88,192,206); }

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