Html Css Color HEX #31ADBE Pelorous

📋 copy color: '#31ADBE'

red 49 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #31ADBE

Tints of Pelorous #31ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 11.89%
G = 41.99%
B = 46.12%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31ADBE (or 0x31ADBE) is known color: Pelorous. HEX triplet: 31, AD and BE. RGB value is (49,173,190). Sum of RGB (Red+Green+Blue) = 49+173+190=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #31ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADBE is #CE5241. Grayscale: #898989. Windows color (decimal): -13521474 or 12496177. OLE color: 12496177.

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

Color convert

RGB 49 173 190 -
CMYK 0.74 0.09 0 0.25
HSL 187.23º 0.59% 0.47% -
HSV(B) 187.23º 0.74% 0.75% -
XYZ 25.5 34.26 53.98 -
YUV 137.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 49 173 190 0.74 0.09 0 0.25 187.23 0.59 0.47
Hex 31 AD BE 4A 9 0 19 BB 3B 2F
Octal 61 255 276 112 11 0 31 273 73 57
Binary 110001 10101101 10111110 1001010 1001 0 11001 10111011 111011 101111

Color Harmonies of #31ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADBE

Black with #31ADBE

Text Example


Text Example

White with #31ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,190); }

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

background-color css

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

 a { background-color: rgb(49,173,190); }

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

border-color css

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

 span { border-color: rgb(49,173,190); }

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