Html Css Color HEX #149ACF Pacific Blue

📋 copy color: '#149ACF'

red 20 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #149ACF

Tints of Pacific Blue #149ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 5.25%
G = 40.42%
B = 54.33%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#149ACF (or 0x149ACF) is known color: Pacific Blue. HEX triplet: 14, 9A and CF. RGB value is (20,154,207). Sum of RGB (Red+Green+Blue) = 20+154+207=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #149ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ACF is #EB6530. Grayscale: #777777. Windows color (decimal): -15426865 or 13605396. OLE color: 13605396.

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

Color convert

RGB 20 154 207 -
CMYK 0.90 0.26 0 0.19
HSL 197.01º 0.82% 0.45% -
HSV(B) 197.01º 0.9% 0.81% -
XYZ 23.11 27.76 63.17 -
YUV 119.98 177.11 56.69 -
System Red Green Blue C M Y K H S L
Decimal 20 154 207 0.90 0.26 0 0.19 197.01 0.82 0.45
Hex 14 9A CF 5A 1A 0 13 C5 52 2D
Octal 24 232 317 132 32 0 23 305 122 55
Binary 10100 10011010 11001111 1011010 11010 0 10011 11000101 1010010 101101

Color Harmonies of #149ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ACF

Black with #149ACF

Text Example


Text Example

White with #149ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,207); }

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

background-color css

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

 a { background-color: rgb(20,154,207); }

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

border-color css

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

 span { border-color: rgb(20,154,207); }

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