Html Css Color HEX #159CDD Pacific Blue

📋 copy color: '#159CDD'

red 21 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #159CDD

Tints of Pacific Blue #159CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 5.28%
G = 39.2%
B = 55.53%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#159CDD (or 0x159CDD) is known color: Pacific Blue. HEX triplet: 15, 9C and DD. RGB value is (21,156,221). Sum of RGB (Red+Green+Blue) = 21+156+221=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #159CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CDD is #EA6322. Grayscale: #7A7A7A. Windows color (decimal): -15360803 or 14523413. OLE color: 14523413.

HSL color Cylindrical-coordinate representation of color #159CDD: hue angle of 199.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159CDD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 156 221 -
CMYK 0.90 0.29 0 0.13
HSL 199.5º 0.83% 0.47% -
HSV(B) 199.5º 0.9% 0.87% -
XYZ 25.25 29.16 72.7 -
YUV 123.05 183.27 55.21 -
System Red Green Blue C M Y K H S L
Decimal 21 156 221 0.90 0.29 0 0.13 199.5 0.83 0.47
Hex 15 9C DD 5A 1D 0 D C8 53 2F
Octal 25 234 335 132 35 0 15 310 123 57
Binary 10101 10011100 11011101 1011010 11101 0 1101 11001000 1010011 101111

Color Harmonies of #159CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CDD

Black with #159CDD

Text Example


Text Example

White with #159CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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