Html Css Color HEX #149FB7 Pelorous

📋 copy color: '#149FB7'

red 20 ◦ green 159 ◦ blue 183

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

Shades of Pelorous #149FB7

Tints of Pelorous #149FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 5.52%
G = 43.92%
B = 50.55%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#149FB7 (or 0x149FB7) is known color: Pelorous. HEX triplet: 14, 9F and B7. RGB value is (20,159,183). Sum of RGB (Red+Green+Blue) = 20+159+183=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #149FB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FB7 is #EB6048. Grayscale: #777777. Windows color (decimal): -15425609 or 12033812. OLE color: 12033812.

HSL color Cylindrical-coordinate representation of color #149FB7: hue angle of 188.83º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149FB7 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 159 183 -
CMYK 0.89 0.13 0 0.28
HSL 188.83º 0.8% 0.4% -
HSV(B) 188.83º 0.89% 0.72% -
XYZ 21.23 28.36 49.16 -
YUV 120.18 163.45 56.55 -
System Red Green Blue C M Y K H S L
Decimal 20 159 183 0.89 0.13 0 0.28 188.83 0.8 0.4
Hex 14 9F B7 59 D 0 1C BD 50 28
Octal 24 237 267 131 15 0 34 275 120 50
Binary 10100 10011111 10110111 1011001 1101 0 11100 10111101 1010000 101000

Color Harmonies of #149FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FB7

Black with #149FB7

Text Example


Text Example

White with #149FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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