Html Css Color HEX #149DCE Pacific Blue

📋 copy color: '#149DCE'

red 20 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #149DCE

Tints of Pacific Blue #149DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 5.22%
G = 40.99%
B = 53.79%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#149DCE (or 0x149DCE) is known color: Pacific Blue. HEX triplet: 14, 9D and CE. RGB value is (20,157,206). Sum of RGB (Red+Green+Blue) = 20+157+206=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #149DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DCE is #EB6231. Grayscale: #797979. Windows color (decimal): -15426098 or 13540628. OLE color: 13540628.

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

Color convert

RGB 20 157 206 -
CMYK 0.90 0.24 0 0.19
HSL 195.81º 0.82% 0.44% -
HSV(B) 195.81º 0.9% 0.81% -
XYZ 23.49 28.72 62.7 -
YUV 121.62 175.61 55.52 -
System Red Green Blue C M Y K H S L
Decimal 20 157 206 0.90 0.24 0 0.19 195.81 0.82 0.44
Hex 14 9D CE 5A 18 0 13 C4 52 2C
Octal 24 235 316 132 30 0 23 304 122 54
Binary 10100 10011101 11001110 1011010 11000 0 10011 11000100 1010010 101100

Color Harmonies of #149DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DCE

Black with #149DCE

Text Example


Text Example

White with #149DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,206); }

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

background-color css

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

 a { background-color: rgb(20,157,206); }

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

border-color css

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

 span { border-color: rgb(20,157,206); }

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