Html Css Color HEX #149BBB Pelorous

📋 copy color: '#149BBB'

red 20 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #149BBB

Tints of Pelorous #149BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 5.52%
G = 42.82%
B = 51.66%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149BBB (or 0x149BBB) is known color: Pelorous. HEX triplet: 14, 9B and BB. RGB value is (20,155,187). Sum of RGB (Red+Green+Blue) = 20+155+187=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #149BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBB is #EB6444. Grayscale: #767676. Windows color (decimal): -15426629 or 12294932. OLE color: 12294932.

HSL color Cylindrical-coordinate representation of color #149BBB: hue angle of 191.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149BBB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 155 187 -
CMYK 0.89 0.17 0 0.27
HSL 191.5º 0.81% 0.41% -
HSV(B) 191.5º 0.89% 0.73% -
XYZ 20.98 27.18 51.15 -
YUV 118.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 20 155 187 0.89 0.17 0 0.27 191.5 0.81 0.41
Hex 14 9B BB 59 11 0 1B BF 51 29
Octal 24 233 273 131 21 0 33 277 121 51
Binary 10100 10011011 10111011 1011001 10001 0 11011 10111111 1010001 101001

Color Harmonies of #149BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BBB

Black with #149BBB

Text Example


Text Example

White with #149BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,155,187); }

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

background-color css

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

 a { background-color: rgb(20,155,187); }

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

border-color css

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

 span { border-color: rgb(20,155,187); }

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