Html Css Color HEX #58B1CA Viking

📋 copy color: '#58B1CA'

red 88 ◦ green 177 ◦ blue 202

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

Shades of Viking #58B1CA

Tints of Viking #58B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 18.84%
G = 37.9%
B = 43.25%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58B1CA (or 0x58B1CA) is known color: Viking. HEX triplet: 58, B1 and CA. RGB value is (88,177,202). Sum of RGB (Red+Green+Blue) = 88+177+202=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #58B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1CA is #A74E35. Grayscale: #999999. Windows color (decimal): -10964534 or 13283672. OLE color: 13283672.

HSL color Cylindrical-coordinate representation of color #58B1CA: hue angle of 193.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B1CA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 177 202 -
CMYK 0.56 0.12 0 0.21
HSL 193.16º 0.52% 0.57% -
HSV(B) 193.16º 0.56% 0.79% -
XYZ 30.41 37.78 61.57 -
YUV 153.24 155.51 81.47 -
System Red Green Blue C M Y K H S L
Decimal 88 177 202 0.56 0.12 0 0.21 193.16 0.52 0.57
Hex 58 B1 CA 38 C 0 15 C1 34 39
Octal 130 261 312 70 14 0 25 301 64 71
Binary 1011000 10110001 11001010 111000 1100 0 10101 11000001 110100 111001

Color Harmonies of #58B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B1CA

Black with #58B1CA

Text Example


Text Example

White with #58B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,177,202); }

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

background-color css

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

 a { background-color: rgb(88,177,202); }

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

border-color css

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

 span { border-color: rgb(88,177,202); }

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