Html Css Color HEX #31ABBD Pelorous

📋 copy color: '#31ABBD'

red 49 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #31ABBD

Tints of Pelorous #31ABBD

RGB

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

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

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

R = 11.98%
G = 41.81%
B = 46.21%

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

#31ABBD (or 0x31ABBD) is known color: Pelorous. HEX triplet: 31, AB and BD. RGB value is (49,171,189). Sum of RGB (Red+Green+Blue) = 49+171+189=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #31ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABBD is #CE5442. Grayscale: #888888. Windows color (decimal): -13521987 or 12430129. OLE color: 12430129.

HSL color Cylindrical-coordinate representation of color #31ABBD: hue angle of 187.71º 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 #31ABBD is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 171 189 -
CMYK 0.74 0.10 0 0.26
HSL 187.71º 0.59% 0.47% -
HSV(B) 187.71º 0.74% 0.74% -
XYZ 25.01 33.45 53.28 -
YUV 136.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 49 171 189 0.74 0.10 0 0.26 187.71 0.59 0.47
Hex 31 AB BD 4A A 0 1A BC 3B 2F
Octal 61 253 275 112 12 0 32 274 73 57
Binary 110001 10101011 10111101 1001010 1010 0 11010 10111100 111011 101111

Color Harmonies of #31ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABBD

Black with #31ABBD

Text Example


Text Example

White with #31ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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