Html Css Color HEX #58AFD1 Viking

📋 copy color: '#58AFD1'

red 88 ◦ green 175 ◦ blue 209

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

Shades of Viking #58AFD1

Tints of Viking #58AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 18.64%
G = 37.08%
B = 44.28%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58AFD1 (or 0x58AFD1) is known color: Viking. HEX triplet: 58, AF and D1. RGB value is (88,175,209). Sum of RGB (Red+Green+Blue) = 88+175+209=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #58AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFD1 is #A7502E. Grayscale: #989898. Windows color (decimal): -10965039 or 13741912. OLE color: 13741912.

HSL color Cylindrical-coordinate representation of color #58AFD1: hue angle of 196.86º degrees, saturation: 0.57, 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 #58AFD1 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 175 209 -
CMYK 0.58 0.16 0 0.18
HSL 196.86º 0.57% 0.58% -
HSV(B) 196.86º 0.58% 0.82% -
XYZ 30.86 37.34 65.9 -
YUV 152.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 88 175 209 0.58 0.16 0 0.18 196.86 0.57 0.58
Hex 58 AF D1 3A 10 0 12 C5 39 3A
Octal 130 257 321 72 20 0 22 305 71 72
Binary 1011000 10101111 11010001 111010 10000 0 10010 11000101 111001 111010

Color Harmonies of #58AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFD1

Black with #58AFD1

Text Example


Text Example

White with #58AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,209); }

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

background-color css

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

 a { background-color: rgb(88,175,209); }

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

border-color css

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

 span { border-color: rgb(88,175,209); }

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