Html Css Color HEX #159FDF Pacific Blue

📋 copy color: '#159FDF'

red 21 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #159FDF

Tints of Pacific Blue #159FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

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

R = 5.21%
G = 39.45%
B = 55.33%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#159FDF (or 0x159FDF) is known color: Pacific Blue. HEX triplet: 15, 9F and DF. RGB value is (21,159,223). Sum of RGB (Red+Green+Blue) = 21+159+223=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #159FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FDF is #EA6020. Grayscale: #7C7C7C. Windows color (decimal): -15360033 or 14655253. OLE color: 14655253.

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

Color convert

RGB 21 159 223 -
CMYK 0.91 0.29 0 0.13
HSL 199.01º 0.83% 0.48% -
HSV(B) 199.01º 0.91% 0.87% -
XYZ 26.03 30.28 74.29 -
YUV 125.03 183.28 53.8 -
System Red Green Blue C M Y K H S L
Decimal 21 159 223 0.91 0.29 0 0.13 199.01 0.83 0.48
Hex 15 9F DF 5B 1D 0 D C7 53 30
Octal 25 237 337 133 35 0 15 307 123 60
Binary 10101 10011111 11011111 1011011 11101 0 1101 11000111 1010011 110000

Color Harmonies of #159FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FDF

Black with #159FDF

Text Example


Text Example

White with #159FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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