Html Css Color HEX #149BBD Pelorous

📋 copy color: '#149BBD'

red 20 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #149BBD

Tints of Pelorous #149BBD

RGB

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

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

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

R = 5.49%
G = 42.58%
B = 51.92%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#149BBD (or 0x149BBD) is known color: Pelorous. HEX triplet: 14, 9B and BD. RGB value is (20,155,189). Sum of RGB (Red+Green+Blue) = 20+155+189=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #149BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBD is #EB6442. Grayscale: #767676. Windows color (decimal): -15426627 or 12426004. OLE color: 12426004.

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

Color convert

RGB 20 155 189 -
CMYK 0.89 0.18 0 0.26
HSL 192.07º 0.81% 0.41% -
HSV(B) 192.07º 0.89% 0.74% -
XYZ 21.2 27.27 52.29 -
YUV 118.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 20 155 189 0.89 0.18 0 0.26 192.07 0.81 0.41
Hex 14 9B BD 59 12 0 1A C0 51 29
Octal 24 233 275 131 22 0 32 300 121 51
Binary 10100 10011011 10111101 1011001 10010 0 11010 11000000 1010001 101001

Color Harmonies of #149BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BBD

Black with #149BBD

Text Example


Text Example

White with #149BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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