Html Css Color HEX #149BDA Pacific Blue

📋 copy color: '#149BDA'

red 20 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #149BDA

Tints of Pacific Blue #149BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 5.09%
G = 39.44%
B = 55.47%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#149BDA (or 0x149BDA) is known color: Pacific Blue. HEX triplet: 14, 9B and DA. RGB value is (20,155,218). Sum of RGB (Red+Green+Blue) = 20+155+218=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #149BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BDA is #EB6425. Grayscale: #797979. Windows color (decimal): -15426598 or 14326548. OLE color: 14326548.

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

Color convert

RGB 20 155 218 -
CMYK 0.91 0.29 0 0.15
HSL 199.09º 0.83% 0.47% -
HSV(B) 199.09º 0.91% 0.85% -
XYZ 24.66 28.65 70.56 -
YUV 121.82 182.27 55.38 -
System Red Green Blue C M Y K H S L
Decimal 20 155 218 0.91 0.29 0 0.15 199.09 0.83 0.47
Hex 14 9B DA 5B 1D 0 F C7 53 2F
Octal 24 233 332 133 35 0 17 307 123 57
Binary 10100 10011011 11011010 1011011 11101 0 1111 11000111 1010011 101111

Color Harmonies of #149BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BDA

Black with #149BDA

Text Example


Text Example

White with #149BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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