Html Css Color HEX #158DDA Pacific Blue

📋 copy color: '#158DDA'

red 21 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #158DDA

Tints of Pacific Blue #158DDA

RGB

 RED value IS 21 (8.59% from 255) = 5.53%

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 5.53%
G = 37.11%
B = 57.37%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#158DDA (or 0x158DDA) is known color: Pacific Blue. HEX triplet: 15, 8D and DA. RGB value is (21,141,218). Sum of RGB (Red+Green+Blue) = 21+141+218=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #158DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DDA is #EA7225. Grayscale: #717171. Windows color (decimal): -15364646 or 14322965. OLE color: 14322965.

HSL color Cylindrical-coordinate representation of color #158DDA: hue angle of 203.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158DDA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 141 218 -
CMYK 0.90 0.35 0 0.15
HSL 203.45º 0.82% 0.47% -
HSV(B) 203.45º 0.9% 0.85% -
XYZ 22.49 24.27 69.83 -
YUV 113.9 186.74 61.74 -
System Red Green Blue C M Y K H S L
Decimal 21 141 218 0.90 0.35 0 0.15 203.45 0.82 0.47
Hex 15 8D DA 5A 23 0 F CB 52 2F
Octal 25 215 332 132 43 0 17 313 122 57
Binary 10101 10001101 11011010 1011010 100011 0 1111 11001011 1010010 101111

Color Harmonies of #158DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DDA

Black with #158DDA

Text Example


Text Example

White with #158DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158DDA; }

 p { color: rgb(21,141,218); }

 H1.HeaderClassName
 {
   color: #158DDA;
 }
 .AnyTagClassName
 {
   color: #158DDA;
 }
</style>

background-color css

<style>
 a { background-color: #158DDA; }

 a { background-color: rgb(21,141,218); }

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

border-color css

<style>
 span { border-color: #158DDA; }

 span { border-color: rgb(21,141,218); }

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