Html Css Color HEX #149DBB Pelorous

📋 copy color: '#149DBB'

red 20 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #149DBB

Tints of Pelorous #149DBB

RGB

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

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

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

R = 5.49%
G = 43.13%
B = 51.37%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#149DBB (or 0x149DBB) is known color: Pelorous. HEX triplet: 14, 9D and BB. RGB value is (20,157,187). Sum of RGB (Red+Green+Blue) = 20+157+187=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #149DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DBB is #EB6244. Grayscale: #777777. Windows color (decimal): -15426117 or 12295444. OLE color: 12295444.

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

Color convert

RGB 20 157 187 -
CMYK 0.89 0.16 0 0.27
HSL 190.78º 0.81% 0.41% -
HSV(B) 190.78º 0.89% 0.73% -
XYZ 21.32 27.85 51.27 -
YUV 119.46 166.11 57.06 -
System Red Green Blue C M Y K H S L
Decimal 20 157 187 0.89 0.16 0 0.27 190.78 0.81 0.41
Hex 14 9D BB 59 10 0 1B BF 51 29
Octal 24 235 273 131 20 0 33 277 121 51
Binary 10100 10011101 10111011 1011001 10000 0 11011 10111111 1010001 101001

Color Harmonies of #149DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DBB

Black with #149DBB

Text Example


Text Example

White with #149DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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