Html Css Color HEX #149FDA Pacific Blue

📋 copy color: '#149FDA'

red 20 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #149FDA

Tints of Pacific Blue #149FDA

RGB

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

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

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

R = 5.04%
G = 40.05%
B = 54.91%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#149FDA (or 0x149FDA) is known color: Pacific Blue. HEX triplet: 14, 9F and DA. RGB value is (20,159,218). Sum of RGB (Red+Green+Blue) = 20+159+218=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #149FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FDA is #EB6025. Grayscale: #7B7B7B. Windows color (decimal): -15425574 or 14327572. OLE color: 14327572.

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

Color convert

RGB 20 159 218 -
CMYK 0.91 0.27 0 0.15
HSL 197.88º 0.83% 0.47% -
HSV(B) 197.88º 0.91% 0.85% -
XYZ 25.34 30.01 70.79 -
YUV 124.17 180.95 53.7 -
System Red Green Blue C M Y K H S L
Decimal 20 159 218 0.91 0.27 0 0.15 197.88 0.83 0.47
Hex 14 9F DA 5B 1B 0 F C6 53 2F
Octal 24 237 332 133 33 0 17 306 123 57
Binary 10100 10011111 11011010 1011011 11011 0 1111 11000110 1010011 101111

Color Harmonies of #149FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FDA

Black with #149FDA

Text Example


Text Example

White with #149FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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