Html Css Color HEX #31AEBD Pelorous

📋 copy color: '#31AEBD'

red 49 ◦ green 174 ◦ blue 189

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

Shades of Pelorous #31AEBD

Tints of Pelorous #31AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 11.89%
G = 42.23%
B = 45.87%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31AEBD (or 0x31AEBD) is known color: Pelorous. HEX triplet: 31, AE and BD. RGB value is (49,174,189). Sum of RGB (Red+Green+Blue) = 49+174+189=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #31AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEBD is #CE5142. Grayscale: #8A8A8A. Windows color (decimal): -13521219 or 12430897. OLE color: 12430897.

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

Color convert

RGB 49 174 189 -
CMYK 0.74 0.08 0 0.26
HSL 186.43º 0.59% 0.47% -
HSV(B) 186.43º 0.74% 0.74% -
XYZ 25.59 34.6 53.47 -
YUV 138.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 49 174 189 0.74 0.08 0 0.26 186.43 0.59 0.47
Hex 31 AE BD 4A 8 0 1A BA 3B 2F
Octal 61 256 275 112 10 0 32 272 73 57
Binary 110001 10101110 10111101 1001010 1000 0 11010 10111010 111011 101111

Color Harmonies of #31AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEBD

Black with #31AEBD

Text Example


Text Example

White with #31AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,189); }

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

background-color css

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

 a { background-color: rgb(49,174,189); }

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

border-color css

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

 span { border-color: rgb(49,174,189); }

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