Html Css Color HEX #149BDD Pacific Blue

📋 copy color: '#149BDD'

red 20 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #149BDD

Tints of Pacific Blue #149BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 5.05%
G = 39.14%
B = 55.81%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#149BDD (or 0x149BDD) is known color: Pacific Blue. HEX triplet: 14, 9B and DD. RGB value is (20,155,221). Sum of RGB (Red+Green+Blue) = 20+155+221=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #149BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BDD is #EB6422. Grayscale: #797979. Windows color (decimal): -15426595 or 14523156. OLE color: 14523156.

HSL color Cylindrical-coordinate representation of color #149BDD: hue angle of 199.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149BDD is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 155 221 -
CMYK 0.91 0.30 0 0.13
HSL 199.7º 0.83% 0.47% -
HSV(B) 199.7º 0.91% 0.87% -
XYZ 25.06 28.81 72.65 -
YUV 122.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 20 155 221 0.91 0.30 0 0.13 199.7 0.83 0.47
Hex 14 9B DD 5B 1E 0 D C8 53 2F
Octal 24 233 335 133 36 0 15 310 123 57
Binary 10100 10011011 11011101 1011011 11110 0 1101 11001000 1010011 101111

Color Harmonies of #149BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BDD

Black with #149BDD

Text Example


Text Example

White with #149BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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