Html Css Color HEX #149ABC Pelorous

📋 copy color: '#149ABC'

red 20 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #149ABC

Tints of Pelorous #149ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 5.52%
G = 42.54%
B = 51.93%

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

#149ABC (or 0x149ABC) is known color: Pelorous. HEX triplet: 14, 9A and BC. RGB value is (20,154,188). Sum of RGB (Red+Green+Blue) = 20+154+188=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #149ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABC is #EB6543. Grayscale: #757575. Windows color (decimal): -15426884 or 12360212. OLE color: 12360212.

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

Color convert

RGB 20 154 188 -
CMYK 0.89 0.18 0 0.26
HSL 192.14º 0.81% 0.41% -
HSV(B) 192.14º 0.89% 0.74% -
XYZ 20.92 26.89 51.66 -
YUV 117.81 167.61 58.24 -
System Red Green Blue C M Y K H S L
Decimal 20 154 188 0.89 0.18 0 0.26 192.14 0.81 0.41
Hex 14 9A BC 59 12 0 1A C0 51 29
Octal 24 232 274 131 22 0 32 300 121 51
Binary 10100 10011010 10111100 1011001 10010 0 11010 11000000 1010001 101001

Color Harmonies of #149ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABC

Black with #149ABC

Text Example


Text Example

White with #149ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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