Html Css Color HEX #149BBA Pelorous

📋 copy color: '#149BBA'

red 20 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #149BBA

Tints of Pelorous #149BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 5.54%
G = 42.94%
B = 51.52%

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

#149BBA (or 0x149BBA) is known color: Pelorous. HEX triplet: 14, 9B and BA. RGB value is (20,155,186). Sum of RGB (Red+Green+Blue) = 20+155+186=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #149BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBA is #EB6445. Grayscale: #757575. Windows color (decimal): -15426630 or 12229396. OLE color: 12229396.

HSL color Cylindrical-coordinate representation of color #149BBA: hue angle of 191.2º 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 #149BBA is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 155 186 -
CMYK 0.89 0.17 0 0.27
HSL 191.2º 0.81% 0.4% -
HSV(B) 191.2º 0.89% 0.73% -
XYZ 20.87 27.14 50.59 -
YUV 118.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 20 155 186 0.89 0.17 0 0.27 191.2 0.81 0.4
Hex 14 9B BA 59 11 0 1B BF 51 28
Octal 24 233 272 131 21 0 33 277 121 50
Binary 10100 10011011 10111010 1011001 10001 0 11011 10111111 1010001 101000

Color Harmonies of #149BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BBA

Black with #149BBA

Text Example


Text Example

White with #149BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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