Html Css Color HEX #149ABD Pelorous

📋 copy color: '#149ABD'

red 20 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #149ABD

Tints of Pelorous #149ABD

RGB

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

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

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

R = 5.51%
G = 42.42%
B = 52.07%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#149ABD (or 0x149ABD) is known color: Pelorous. HEX triplet: 14, 9A and BD. RGB value is (20,154,189). Sum of RGB (Red+Green+Blue) = 20+154+189=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #149ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABD is #EB6542. Grayscale: #757575. Windows color (decimal): -15426883 or 12425748. OLE color: 12425748.

HSL color Cylindrical-coordinate representation of color #149ABD: hue angle of 192.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149ABD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 154 189 -
CMYK 0.89 0.19 0 0.26
HSL 192.43º 0.81% 0.41% -
HSV(B) 192.43º 0.89% 0.74% -
XYZ 21.03 26.93 52.23 -
YUV 117.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 20 154 189 0.89 0.19 0 0.26 192.43 0.81 0.41
Hex 14 9A BD 59 13 0 1A C0 51 29
Octal 24 232 275 131 23 0 32 300 121 51
Binary 10100 10011010 10111101 1011001 10011 0 11010 11000000 1010001 101001

Color Harmonies of #149ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABD

Black with #149ABD

Text Example


Text Example

White with #149ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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