Html Css Color HEX #58AFCC Viking

📋 copy color: '#58AFCC'

red 88 ◦ green 175 ◦ blue 204

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

Shades of Viking #58AFCC

Tints of Viking #58AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 18.84%
G = 37.47%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58AFCC (or 0x58AFCC) is known color: Viking. HEX triplet: 58, AF and CC. RGB value is (88,175,204). Sum of RGB (Red+Green+Blue) = 88+175+204=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #58AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFCC is #A75033. Grayscale: #989898. Windows color (decimal): -10965044 or 13414232. OLE color: 13414232.

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

Color convert

RGB 88 175 204 -
CMYK 0.57 0.14 0 0.2
HSL 195º 0.53% 0.57% -
HSV(B) 195º 0.57% 0.8% -
XYZ 30.25 37.09 62.69 -
YUV 152.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 88 175 204 0.57 0.14 0 0.2 195 0.53 0.57
Hex 58 AF CC 39 E 0 14 C3 35 39
Octal 130 257 314 71 16 0 24 303 65 71
Binary 1011000 10101111 11001100 111001 1110 0 10100 11000011 110101 111001

Color Harmonies of #58AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFCC

Black with #58AFCC

Text Example


Text Example

White with #58AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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