Html Css Color HEX #149CBD Pelorous

📋 copy color: '#149CBD'

red 20 ◦ green 156 ◦ blue 189

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

Shades of Pelorous #149CBD

Tints of Pelorous #149CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

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

R = 5.48%
G = 42.74%
B = 51.78%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#149CBD (or 0x149CBD) is known color: Pelorous. HEX triplet: 14, 9C and BD. RGB value is (20,156,189). Sum of RGB (Red+Green+Blue) = 20+156+189=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #149CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CBD is #EB6342. Grayscale: #767676. Windows color (decimal): -15426371 or 12426260. OLE color: 12426260.

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

Color convert

RGB 20 156 189 -
CMYK 0.89 0.17 0 0.26
HSL 191.72º 0.81% 0.41% -
HSV(B) 191.72º 0.89% 0.74% -
XYZ 21.36 27.6 52.35 -
YUV 119.1 167.44 57.32 -
System Red Green Blue C M Y K H S L
Decimal 20 156 189 0.89 0.17 0 0.26 191.72 0.81 0.41
Hex 14 9C BD 59 11 0 1A C0 51 29
Octal 24 234 275 131 21 0 32 300 121 51
Binary 10100 10011100 10111101 1011001 10001 0 11010 11000000 1010001 101001

Color Harmonies of #149CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CBD

Black with #149CBD

Text Example


Text Example

White with #149CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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