Html Css Color HEX #149ABA Pelorous

📋 copy color: '#149ABA'

red 20 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #149ABA

Tints of Pelorous #149ABA

RGB

 RED value IS 20 (8.2% from 255) = 5.56%

 GREEN value IS 154 (60.55% from 255) = 42.78%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 5.56%
G = 42.78%
B = 51.67%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149ABA (or 0x149ABA) is known color: Pelorous. HEX triplet: 14, 9A and BA. RGB value is (20,154,186). Sum of RGB (Red+Green+Blue) = 20+154+186=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #149ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABA is #EB6545. Grayscale: #757575. Windows color (decimal): -15426886 or 12229140. OLE color: 12229140.

HSL color Cylindrical-coordinate representation of color #149ABA: hue angle of 191.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149ABA is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 154 186 -
CMYK 0.89 0.17 0 0.27
HSL 191.57º 0.81% 0.4% -
HSV(B) 191.57º 0.89% 0.73% -
XYZ 20.71 26.81 50.54 -
YUV 117.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 20 154 186 0.89 0.17 0 0.27 191.57 0.81 0.4
Hex 14 9A BA 59 11 0 1B C0 51 28
Octal 24 232 272 131 21 0 33 300 121 50
Binary 10100 10011010 10111010 1011001 10001 0 11011 11000000 1010001 101000

Color Harmonies of #149ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABA

Black with #149ABA

Text Example


Text Example

White with #149ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149ABA; }

 p { color: rgb(20,154,186); }

 H1.HeaderClassName
 {
   color: #149ABA;
 }
 .AnyTagClassName
 {
   color: #149ABA;
 }
</style>

background-color css

<style>
 a { background-color: #149ABA; }

 a { background-color: rgb(20,154,186); }

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

border-color css

<style>
 span { border-color: #149ABA; }

 span { border-color: rgb(20,154,186); }

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