Html Css Color HEX #58BDD0 Viking

📋 copy color: '#58BDD0'

red 88 ◦ green 189 ◦ blue 208

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

Shades of Viking #58BDD0

Tints of Viking #58BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.97%

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 18.14%
G = 38.97%
B = 42.89%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58BDD0 (or 0x58BDD0) is known color: Viking. HEX triplet: 58, BD and D0. RGB value is (88,189,208). Sum of RGB (Red+Green+Blue) = 88+189+208=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #58BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDD0 is #A7422F. Grayscale: #A0A0A0. Windows color (decimal): -10961456 or 13679960. OLE color: 13679960.

HSL color Cylindrical-coordinate representation of color #58BDD0: hue angle of 189.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58BDD0 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 189 208 -
CMYK 0.58 0.09 0 0.18
HSL 189.5º 0.56% 0.58% -
HSV(B) 189.5º 0.58% 0.82% -
XYZ 33.61 43.02 66.21 -
YUV 160.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 88 189 208 0.58 0.09 0 0.18 189.5 0.56 0.58
Hex 58 BD D0 3A 9 0 12 BE 38 3A
Octal 130 275 320 72 11 0 22 276 70 72
Binary 1011000 10111101 11010000 111010 1001 0 10010 10111110 111000 111010

Color Harmonies of #58BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDD0

Black with #58BDD0

Text Example


Text Example

White with #58BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,189,208); }

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

background-color css

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

 a { background-color: rgb(88,189,208); }

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

border-color css

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

 span { border-color: rgb(88,189,208); }

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