Html Css Color HEX #31AABC Pelorous

📋 copy color: '#31AABC'

red 49 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #31AABC

Tints of Pelorous #31AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 12.04%
G = 41.77%
B = 46.19%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31AABC (or 0x31AABC) is known color: Pelorous. HEX triplet: 31, AA and BC. RGB value is (49,170,188). Sum of RGB (Red+Green+Blue) = 49+170+188=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #31AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AABC is #CE5543. Grayscale: #878787. Windows color (decimal): -13522244 or 12364337. OLE color: 12364337.

HSL color Cylindrical-coordinate representation of color #31AABC: hue angle of 187.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31AABC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 170 188 -
CMYK 0.74 0.10 0 0.26
HSL 187.77º 0.59% 0.46% -
HSV(B) 187.77º 0.74% 0.74% -
XYZ 24.72 33.03 52.65 -
YUV 135.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 49 170 188 0.74 0.10 0 0.26 187.77 0.59 0.46
Hex 31 AA BC 4A A 0 1A BC 3B 2E
Octal 61 252 274 112 12 0 32 274 73 56
Binary 110001 10101010 10111100 1001010 1010 0 11010 10111100 111011 101110

Color Harmonies of #31AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AABC

Black with #31AABC

Text Example


Text Example

White with #31AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,170,188); }

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

background-color css

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

 a { background-color: rgb(49,170,188); }

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

border-color css

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

 span { border-color: rgb(49,170,188); }

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