Html Css Color HEX #159CDA Pacific Blue

📋 copy color: '#159CDA'

red 21 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #159CDA

Tints of Pacific Blue #159CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 5.32%
G = 39.49%
B = 55.19%

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

#159CDA (or 0x159CDA) is known color: Pacific Blue. HEX triplet: 15, 9C and DA. RGB value is (21,156,218). Sum of RGB (Red+Green+Blue) = 21+156+218=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #159CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CDA is #EA6325. Grayscale: #7A7A7A. Windows color (decimal): -15360806 or 14326805. OLE color: 14326805.

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

Color convert

RGB 21 156 218 -
CMYK 0.90 0.28 0 0.15
HSL 198.88º 0.82% 0.47% -
HSV(B) 198.88º 0.9% 0.85% -
XYZ 24.85 29 70.62 -
YUV 122.7 181.77 55.46 -
System Red Green Blue C M Y K H S L
Decimal 21 156 218 0.90 0.28 0 0.15 198.88 0.82 0.47
Hex 15 9C DA 5A 1C 0 F C7 52 2F
Octal 25 234 332 132 34 0 17 307 122 57
Binary 10101 10011100 11011010 1011010 11100 0 1111 11000111 1010010 101111

Color Harmonies of #159CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CDA

Black with #159CDA

Text Example


Text Example

White with #159CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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