Html Css Color HEX #149FD7 Pacific Blue

📋 copy color: '#149FD7'

red 20 ◦ green 159 ◦ blue 215

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

Shades of Pacific Blue #149FD7

Tints of Pacific Blue #149FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 5.08%
G = 40.36%
B = 54.57%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#149FD7 (or 0x149FD7) is known color: Pacific Blue. HEX triplet: 14, 9F and D7. RGB value is (20,159,215). Sum of RGB (Red+Green+Blue) = 20+159+215=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #149FD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FD7 is #EB6028. Grayscale: #7B7B7B. Windows color (decimal): -15425577 or 14130964. OLE color: 14130964.

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

Color convert

RGB 20 159 215 -
CMYK 0.91 0.26 0 0.16
HSL 197.23º 0.83% 0.46% -
HSV(B) 197.23º 0.91% 0.84% -
XYZ 24.95 29.85 68.74 -
YUV 123.82 179.45 53.95 -
System Red Green Blue C M Y K H S L
Decimal 20 159 215 0.91 0.26 0 0.16 197.23 0.83 0.46
Hex 14 9F D7 5B 1A 0 10 C5 53 2E
Octal 24 237 327 133 32 0 20 305 123 56
Binary 10100 10011111 11010111 1011011 11010 0 10000 11000101 1010011 101110

Color Harmonies of #149FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FD7

Black with #149FD7

Text Example


Text Example

White with #149FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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