Html Css Color HEX #149FD0 Pacific Blue

📋 copy color: '#149FD0'

red 20 ◦ green 159 ◦ blue 208

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

Shades of Pacific Blue #149FD0

Tints of Pacific Blue #149FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 5.17%
G = 41.09%
B = 53.75%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#149FD0 (or 0x149FD0) is known color: Pacific Blue. HEX triplet: 14, 9F and D0. RGB value is (20,159,208). Sum of RGB (Red+Green+Blue) = 20+159+208=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #149FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FD0 is #EB602F. Grayscale: #7A7A7A. Windows color (decimal): -15425584 or 13672212. OLE color: 13672212.

HSL color Cylindrical-coordinate representation of color #149FD0: hue angle of 195.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149FD0 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 159 208 -
CMYK 0.90 0.24 0 0.18
HSL 195.64º 0.82% 0.45% -
HSV(B) 195.64º 0.9% 0.82% -
XYZ 24.07 29.5 64.1 -
YUV 123.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 20 159 208 0.90 0.24 0 0.18 195.64 0.82 0.45
Hex 14 9F D0 5A 18 0 12 C4 52 2D
Octal 24 237 320 132 30 0 22 304 122 55
Binary 10100 10011111 11010000 1011010 11000 0 10010 11000100 1010010 101101

Color Harmonies of #149FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FD0

Black with #149FD0

Text Example


Text Example

White with #149FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,208); }

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

background-color css

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

 a { background-color: rgb(20,159,208); }

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

border-color css

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

 span { border-color: rgb(20,159,208); }

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