Html Css Color HEX #159ADF Pacific Blue

📋 copy color: '#159ADF'

red 21 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #159ADF

Tints of Pacific Blue #159ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 5.28%
G = 38.69%
B = 56.03%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#159ADF (or 0x159ADF) is known color: Pacific Blue. HEX triplet: 15, 9A and DF. RGB value is (21,154,223). Sum of RGB (Red+Green+Blue) = 21+154+223=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #159ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ADF is #EA6520. Grayscale: #797979. Windows color (decimal): -15361313 or 14653973. OLE color: 14653973.

HSL color Cylindrical-coordinate representation of color #159ADF: hue angle of 200.5º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159ADF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 154 223 -
CMYK 0.91 0.31 0 0.13
HSL 200.5º 0.83% 0.48% -
HSV(B) 200.5º 0.91% 0.87% -
XYZ 25.18 28.6 74 -
YUV 122.1 184.94 55.89 -
System Red Green Blue C M Y K H S L
Decimal 21 154 223 0.91 0.31 0 0.13 200.5 0.83 0.48
Hex 15 9A DF 5B 1F 0 D C8 53 30
Octal 25 232 337 133 37 0 15 310 123 60
Binary 10101 10011010 11011111 1011011 11111 0 1101 11001000 1010011 110000

Color Harmonies of #159ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ADF

Black with #159ADF

Text Example


Text Example

White with #159ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,154,223); }

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

background-color css

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

 a { background-color: rgb(21,154,223); }

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

border-color css

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

 span { border-color: rgb(21,154,223); }

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