Html Css Color HEX #139DAE Pelorous

📋 copy color: '#139DAE'

red 19 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #139DAE

Tints of Pelorous #139DAE

RGB

 RED value IS 19 (7.81% from 255) = 5.43%

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 5.43%
G = 44.86%
B = 49.71%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#139DAE (or 0x139DAE) is known color: Pelorous. HEX triplet: 13, 9D and AE. RGB value is (19,157,174). Sum of RGB (Red+Green+Blue) = 19+157+174=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #139DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAE is #EC6251. Grayscale: #757575. Windows color (decimal): -15491666 or 11443475. OLE color: 11443475.

HSL color Cylindrical-coordinate representation of color #139DAE: hue angle of 186.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139DAE is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 157 174 -
CMYK 0.89 0.10 0 0.32
HSL 186.58º 0.8% 0.38% -
HSV(B) 186.58º 0.89% 0.68% -
XYZ 19.97 27.31 44.26 -
YUV 117.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 19 157 174 0.89 0.10 0 0.32 186.58 0.8 0.38
Hex 13 9D AE 59 A 0 20 BB 50 26
Octal 23 235 256 131 12 0 40 273 120 46
Binary 10011 10011101 10101110 1011001 1010 0 100000 10111011 1010000 100110

Color Harmonies of #139DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DAE

Black with #139DAE

Text Example


Text Example

White with #139DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139DAE; }

 p { color: rgb(19,157,174); }

 H1.HeaderClassName
 {
   color: #139DAE;
 }
 .AnyTagClassName
 {
   color: #139DAE;
 }
</style>

background-color css

<style>
 a { background-color: #139DAE; }

 a { background-color: rgb(19,157,174); }

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

border-color css

<style>
 span { border-color: #139DAE; }

 span { border-color: rgb(19,157,174); }

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