Html Css Color HEX #138FAE Pelorous

📋 copy color: '#138FAE'

red 19 ◦ green 143 ◦ blue 174

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

Shades of Pelorous #138FAE

Tints of Pelorous #138FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

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

R = 5.65%
G = 42.56%
B = 51.79%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#138FAE (or 0x138FAE) is known color: Pelorous. HEX triplet: 13, 8F and AE. RGB value is (19,143,174). Sum of RGB (Red+Green+Blue) = 19+143+174=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #138FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FAE is #EC7051. Grayscale: #6D6D6D. Windows color (decimal): -15495250 or 11439891. OLE color: 11439891.

HSL color Cylindrical-coordinate representation of color #138FAE: hue angle of 192º 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 #138FAE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 143 174 -
CMYK 0.89 0.18 0 0.32
HSL 192º 0.8% 0.38% -
HSV(B) 192º 0.89% 0.68% -
XYZ 17.73 22.84 43.52 -
YUV 109.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 19 143 174 0.89 0.18 0 0.32 192 0.8 0.38
Hex 13 8F AE 59 12 0 20 C0 50 26
Octal 23 217 256 131 22 0 40 300 120 46
Binary 10011 10001111 10101110 1011001 10010 0 100000 11000000 1010000 100110

Color Harmonies of #138FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FAE

Black with #138FAE

Text Example


Text Example

White with #138FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138FAE; }

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

 H1.HeaderClassName
 {
   color: #138FAE;
 }
 .AnyTagClassName
 {
   color: #138FAE;
 }
</style>

background-color css

<style>
 a { background-color: #138FAE; }

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

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

border-color css

<style>
 span { border-color: #138FAE; }

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

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