Html Css Color HEX #159EDF Pacific Blue

📋 copy color: '#159EDF'

red 21 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #159EDF

Tints of Pacific Blue #159EDF

RGB

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

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

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

R = 5.22%
G = 39.3%
B = 55.47%

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

#159EDF (or 0x159EDF) is known color: Pacific Blue. HEX triplet: 15, 9E and DF. RGB value is (21,158,223). Sum of RGB (Red+Green+Blue) = 21+158+223=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #159EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EDF is #EA6120. Grayscale: #7C7C7C. Windows color (decimal): -15360289 or 14654997. OLE color: 14654997.

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

Color convert

RGB 21 158 223 -
CMYK 0.91 0.29 0 0.13
HSL 199.31º 0.83% 0.48% -
HSV(B) 199.31º 0.91% 0.87% -
XYZ 25.86 29.94 74.23 -
YUV 124.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 21 158 223 0.91 0.29 0 0.13 199.31 0.83 0.48
Hex 15 9E DF 5B 1D 0 D C7 53 30
Octal 25 236 337 133 35 0 15 307 123 60
Binary 10101 10011110 11011111 1011011 11101 0 1101 11000111 1010011 110000

Color Harmonies of #159EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EDF

Black with #159EDF

Text Example


Text Example

White with #159EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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