Html Css Color HEX #149DBC Pelorous

📋 copy color: '#149DBC'

red 20 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #149DBC

Tints of Pelorous #149DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 5.48%
G = 43.01%
B = 51.51%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#149DBC (or 0x149DBC) is known color: Pelorous. HEX triplet: 14, 9D and BC. RGB value is (20,157,188). Sum of RGB (Red+Green+Blue) = 20+157+188=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #149DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DBC is #EB6243. Grayscale: #777777. Windows color (decimal): -15426116 or 12360980. OLE color: 12360980.

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

Color convert

RGB 20 157 188 -
CMYK 0.89 0.16 0 0.26
HSL 191.07º 0.81% 0.41% -
HSV(B) 191.07º 0.89% 0.74% -
XYZ 21.42 27.89 51.83 -
YUV 119.57 166.61 56.98 -
System Red Green Blue C M Y K H S L
Decimal 20 157 188 0.89 0.16 0 0.26 191.07 0.81 0.41
Hex 14 9D BC 59 10 0 1A BF 51 29
Octal 24 235 274 131 20 0 32 277 121 51
Binary 10100 10011101 10111100 1011001 10000 0 11010 10111111 1010001 101001

Color Harmonies of #149DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DBC

Black with #149DBC

Text Example


Text Example

White with #149DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,188); }

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

background-color css

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

 a { background-color: rgb(20,157,188); }

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

border-color css

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

 span { border-color: rgb(20,157,188); }

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