Html Css Color HEX #31ABB8 Pelorous

📋 copy color: '#31ABB8'

red 49 ◦ green 171 ◦ blue 184

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

Shades of Pelorous #31ABB8

Tints of Pelorous #31ABB8

RGB

 RED value IS 49 (19.53% from 255) = 12.13%

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 12.13%
G = 42.33%
B = 45.54%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#31ABB8 (or 0x31ABB8) is known color: Pelorous. HEX triplet: 31, AB and B8. RGB value is (49,171,184). Sum of RGB (Red+Green+Blue) = 49+171+184=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #31ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABB8 is #CE5447. Grayscale: #878787. Windows color (decimal): -13521992 or 12102449. OLE color: 12102449.

HSL color Cylindrical-coordinate representation of color #31ABB8: hue angle of 185.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ABB8 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 171 184 -
CMYK 0.73 0.07 0 0.28
HSL 185.78º 0.58% 0.46% -
HSV(B) 185.78º 0.73% 0.72% -
XYZ 24.48 33.24 50.47 -
YUV 136 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 49 171 184 0.73 0.07 0 0.28 185.78 0.58 0.46
Hex 31 AB B8 49 7 0 1C BA 3A 2E
Octal 61 253 270 111 7 0 34 272 72 56
Binary 110001 10101011 10111000 1001001 111 0 11100 10111010 111010 101110

Color Harmonies of #31ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABB8

Black with #31ABB8

Text Example


Text Example

White with #31ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31ABB8; }

 p { color: rgb(49,171,184); }

 H1.HeaderClassName
 {
   color: #31ABB8;
 }
 .AnyTagClassName
 {
   color: #31ABB8;
 }
</style>

background-color css

<style>
 a { background-color: #31ABB8; }

 a { background-color: rgb(49,171,184); }

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

border-color css

<style>
 span { border-color: #31ABB8; }

 span { border-color: rgb(49,171,184); }

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