Html Css Color HEX #158ACE Pacific Blue

📋 copy color: '#158ACE'

red 21 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #158ACE

Tints of Pacific Blue #158ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 5.75%
G = 37.81%
B = 56.44%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#158ACE (or 0x158ACE) is known color: Pacific Blue. HEX triplet: 15, 8A and CE. RGB value is (21,138,206). Sum of RGB (Red+Green+Blue) = 21+138+206=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #158ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ACE is #EA7531. Grayscale: #6E6E6E. Windows color (decimal): -15365426 or 13535765. OLE color: 13535765.

HSL color Cylindrical-coordinate representation of color #158ACE: hue angle of 202.05º degrees, saturation: 0.81, 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 #158ACE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 138 206 -
CMYK 0.90 0.33 0 0.19
HSL 202.05º 0.81% 0.45% -
HSV(B) 202.05º 0.9% 0.81% -
XYZ 20.54 22.79 61.71 -
YUV 110.77 181.74 63.97 -
System Red Green Blue C M Y K H S L
Decimal 21 138 206 0.90 0.33 0 0.19 202.05 0.81 0.45
Hex 15 8A CE 5A 21 0 13 CA 51 2D
Octal 25 212 316 132 41 0 23 312 121 55
Binary 10101 10001010 11001110 1011010 100001 0 10011 11001010 1010001 101101

Color Harmonies of #158ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158ACE

Black with #158ACE

Text Example


Text Example

White with #158ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,206); }

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

background-color css

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

 a { background-color: rgb(21,138,206); }

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

border-color css

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

 span { border-color: rgb(21,138,206); }

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