Html Css Color HEX #58B9CF Viking

📋 copy color: '#58B9CF'

red 88 ◦ green 185 ◦ blue 207

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

Shades of Viking #58B9CF

Tints of Viking #58B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 18.33%
G = 38.54%
B = 43.13%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58B9CF (or 0x58B9CF) is known color: Viking. HEX triplet: 58, B9 and CF. RGB value is (88,185,207). Sum of RGB (Red+Green+Blue) = 88+185+207=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #58B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B9CF is #A74630. Grayscale: #9E9E9E. Windows color (decimal): -10962481 or 13613400. OLE color: 13613400.

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

Color convert

RGB 88 185 207 -
CMYK 0.57 0.11 0 0.19
HSL 191.09º 0.55% 0.58% -
HSV(B) 191.09º 0.57% 0.81% -
XYZ 32.64 41.28 65.28 -
YUV 158.51 155.36 77.71 -
System Red Green Blue C M Y K H S L
Decimal 88 185 207 0.57 0.11 0 0.19 191.09 0.55 0.58
Hex 58 B9 CF 39 B 0 13 BF 37 3A
Octal 130 271 317 71 13 0 23 277 67 72
Binary 1011000 10111001 11001111 111001 1011 0 10011 10111111 110111 111010

Color Harmonies of #58B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B9CF

Black with #58B9CF

Text Example


Text Example

White with #58B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,185,207); }

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

background-color css

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

 a { background-color: rgb(88,185,207); }

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

border-color css

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

 span { border-color: rgb(88,185,207); }

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