Html Css Color HEX #159ECF Pacific Blue

📋 copy color: '#159ECF'

red 21 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #159ECF

Tints of Pacific Blue #159ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

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

R = 5.44%
G = 40.93%
B = 53.63%

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

#159ECF (or 0x159ECF) is known color: Pacific Blue. HEX triplet: 15, 9E and CF. RGB value is (21,158,207). Sum of RGB (Red+Green+Blue) = 21+158+207=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #159ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ECF is #EA6130. Grayscale: #7A7A7A. Windows color (decimal): -15360305 or 13606421. OLE color: 13606421.

HSL color Cylindrical-coordinate representation of color #159ECF: hue angle of 195.81º 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 #159ECF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 158 207 -
CMYK 0.90 0.24 0 0.19
HSL 195.81º 0.82% 0.45% -
HSV(B) 195.81º 0.9% 0.81% -
XYZ 23.8 29.12 63.4 -
YUV 122.62 175.61 55.52 -
System Red Green Blue C M Y K H S L
Decimal 21 158 207 0.90 0.24 0 0.19 195.81 0.82 0.45
Hex 15 9E CF 5A 18 0 13 C4 52 2D
Octal 25 236 317 132 30 0 23 304 122 55
Binary 10101 10011110 11001111 1011010 11000 0 10011 11000100 1010010 101101

Color Harmonies of #159ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ECF

Black with #159ECF

Text Example


Text Example

White with #159ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159ECF; }

 p { color: rgb(21,158,207); }

 H1.HeaderClassName
 {
   color: #159ECF;
 }
 .AnyTagClassName
 {
   color: #159ECF;
 }
</style>

background-color css

<style>
 a { background-color: #159ECF; }

 a { background-color: rgb(21,158,207); }

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

border-color css

<style>
 span { border-color: #159ECF; }

 span { border-color: rgb(21,158,207); }

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