Html Css Color HEX #149FB0 Pelorous

📋 copy color: '#149FB0'

red 20 ◦ green 159 ◦ blue 176

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

Shades of Pelorous #149FB0

Tints of Pelorous #149FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.79%

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 5.63%
G = 44.79%
B = 49.58%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#149FB0 (or 0x149FB0) is known color: Pelorous. HEX triplet: 14, 9F and B0. RGB value is (20,159,176). Sum of RGB (Red+Green+Blue) = 20+159+176=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #149FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FB0 is #EB604F. Grayscale: #777777. Windows color (decimal): -15425616 or 11575060. OLE color: 11575060.

HSL color Cylindrical-coordinate representation of color #149FB0: hue angle of 186.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149FB0 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 159 176 -
CMYK 0.89 0.10 0 0.31
HSL 186.54º 0.8% 0.38% -
HSV(B) 186.54º 0.89% 0.69% -
XYZ 20.52 28.08 45.41 -
YUV 119.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 20 159 176 0.89 0.10 0 0.31 186.54 0.8 0.38
Hex 14 9F B0 59 A 0 1F BB 50 26
Octal 24 237 260 131 12 0 37 273 120 46
Binary 10100 10011111 10110000 1011001 1010 0 11111 10111011 1010000 100110

Color Harmonies of #149FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FB0

Black with #149FB0

Text Example


Text Example

White with #149FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,176); }

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

background-color css

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

 a { background-color: rgb(20,159,176); }

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

border-color css

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

 span { border-color: rgb(20,159,176); }

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