Html Css Color HEX #149ABB Pelorous

📋 copy color: '#149ABB'

red 20 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #149ABB

Tints of Pelorous #149ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 5.54%
G = 42.66%
B = 51.8%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149ABB (or 0x149ABB) is known color: Pelorous. HEX triplet: 14, 9A and BB. RGB value is (20,154,187). Sum of RGB (Red+Green+Blue) = 20+154+187=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #149ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABB is #EB6544. Grayscale: #757575. Windows color (decimal): -15426885 or 12294676. OLE color: 12294676.

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

Color convert

RGB 20 154 187 -
CMYK 0.89 0.18 0 0.27
HSL 191.86º 0.81% 0.41% -
HSV(B) 191.86º 0.89% 0.73% -
XYZ 20.81 26.85 51.1 -
YUV 117.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 20 154 187 0.89 0.18 0 0.27 191.86 0.81 0.41
Hex 14 9A BB 59 12 0 1B C0 51 29
Octal 24 232 273 131 22 0 33 300 121 51
Binary 10100 10011010 10111011 1011001 10010 0 11011 11000000 1010001 101001

Color Harmonies of #149ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABB

Black with #149ABB

Text Example


Text Example

White with #149ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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