Html Css Color HEX #159DDA Pacific Blue

📋 copy color: '#159DDA'

red 21 ◦ green 157 ◦ blue 218

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

Shades of Pacific Blue #159DDA

Tints of Pacific Blue #159DDA

RGB

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

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

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

R = 5.3%
G = 39.65%
B = 55.05%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#159DDA (or 0x159DDA) is known color: Pacific Blue. HEX triplet: 15, 9D and DA. RGB value is (21,157,218). Sum of RGB (Red+Green+Blue) = 21+157+218=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #159DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DDA is #EA6225. Grayscale: #7A7A7A. Windows color (decimal): -15360550 or 14327061. OLE color: 14327061.

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

Color convert

RGB 21 157 218 -
CMYK 0.90 0.28 0 0.15
HSL 198.58º 0.82% 0.47% -
HSV(B) 198.58º 0.9% 0.85% -
XYZ 25.02 29.34 70.67 -
YUV 123.29 181.44 55.04 -
System Red Green Blue C M Y K H S L
Decimal 21 157 218 0.90 0.28 0 0.15 198.58 0.82 0.47
Hex 15 9D DA 5A 1C 0 F C7 52 2F
Octal 25 235 332 132 34 0 17 307 122 57
Binary 10101 10011101 11011010 1011010 11100 0 1111 11000111 1010010 101111

Color Harmonies of #159DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DDA

Black with #159DDA

Text Example


Text Example

White with #159DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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