Html Css Color HEX #159EDD Pacific Blue

📋 copy color: '#159EDD'

red 21 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #159EDD

Tints of Pacific Blue #159EDD

RGB

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

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

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

R = 5.25%
G = 39.5%
B = 55.25%

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

#159EDD (or 0x159EDD) is known color: Pacific Blue. HEX triplet: 15, 9E and DD. RGB value is (21,158,221). Sum of RGB (Red+Green+Blue) = 21+158+221=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #159EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EDD is #EA6122. Grayscale: #7B7B7B. Windows color (decimal): -15360291 or 14523925. OLE color: 14523925.

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

Color convert

RGB 21 158 221 -
CMYK 0.90 0.29 0 0.13
HSL 198.9º 0.83% 0.47% -
HSV(B) 198.9º 0.9% 0.87% -
XYZ 25.59 29.83 72.82 -
YUV 124.22 182.61 54.38 -
System Red Green Blue C M Y K H S L
Decimal 21 158 221 0.90 0.29 0 0.13 198.9 0.83 0.47
Hex 15 9E DD 5A 1D 0 D C7 53 2F
Octal 25 236 335 132 35 0 15 307 123 57
Binary 10101 10011110 11011101 1011010 11101 0 1101 11000111 1010011 101111

Color Harmonies of #159EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EDD

Black with #159EDD

Text Example


Text Example

White with #159EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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