Html Css Color HEX #149BD5 Pacific Blue

📋 copy color: '#149BD5'

red 20 ◦ green 155 ◦ blue 213

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

Shades of Pacific Blue #149BD5

Tints of Pacific Blue #149BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 5.15%
G = 39.95%
B = 54.9%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149BD5 (or 0x149BD5) is known color: Pacific Blue. HEX triplet: 14, 9B and D5. RGB value is (20,155,213). Sum of RGB (Red+Green+Blue) = 20+155+213=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #149BD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BD5 is #EB642A. Grayscale: #787878. Windows color (decimal): -15426603 or 13998868. OLE color: 13998868.

HSL color Cylindrical-coordinate representation of color #149BD5: hue angle of 198.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149BD5 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 155 213 -
CMYK 0.91 0.27 0 0.16
HSL 198.03º 0.83% 0.46% -
HSV(B) 198.03º 0.91% 0.84% -
XYZ 24.02 28.4 67.17 -
YUV 121.25 179.77 55.78 -
System Red Green Blue C M Y K H S L
Decimal 20 155 213 0.91 0.27 0 0.16 198.03 0.83 0.46
Hex 14 9B D5 5B 1B 0 10 C6 53 2E
Octal 24 233 325 133 33 0 20 306 123 56
Binary 10100 10011011 11010101 1011011 11011 0 10000 11000110 1010011 101110

Color Harmonies of #149BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BD5

Black with #149BD5

Text Example


Text Example

White with #149BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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