Html Css Color HEX #159BDA Pacific Blue

📋 copy color: '#159BDA'

red 21 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #159BDA

Tints of Pacific Blue #159BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

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

R = 5.33%
G = 39.34%
B = 55.33%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#159BDA (or 0x159BDA) is known color: Pacific Blue. HEX triplet: 15, 9B and DA. RGB value is (21,155,218). Sum of RGB (Red+Green+Blue) = 21+155+218=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #159BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BDA is #EA6425. Grayscale: #797979. Windows color (decimal): -15361062 or 14326549. OLE color: 14326549.

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

Color convert

RGB 21 155 218 -
CMYK 0.90 0.29 0 0.15
HSL 199.19º 0.82% 0.47% -
HSV(B) 199.19º 0.9% 0.85% -
XYZ 24.69 28.66 70.56 -
YUV 122.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 21 155 218 0.90 0.29 0 0.15 199.19 0.82 0.47
Hex 15 9B DA 5A 1D 0 F C7 52 2F
Octal 25 233 332 132 35 0 17 307 122 57
Binary 10101 10011011 11011010 1011010 11101 0 1111 11000111 1010010 101111

Color Harmonies of #159BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BDA

Black with #159BDA

Text Example


Text Example

White with #159BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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