Html Css Color HEX #019FDF Pacific Blue

📋 copy color: '#019FDF'

red 1 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #019FDF

Tints of Pacific Blue #019FDF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 41.51%
B = 58.22%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#019FDF (or 0x019FDF) is known color: Pacific Blue. HEX triplet: 01, 9F and DF. RGB value is (1,159,223). Sum of RGB (Red+Green+Blue) = 1+159+223=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #019FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FDF is #FE6020. Grayscale: #767676. Windows color (decimal): -16670753 or 14655233. OLE color: 14655233.

HSL color Cylindrical-coordinate representation of color #019FDF: hue angle of 197.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FDF is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 159 223 -
CMYK 1.00 0.29 0 0.13
HSL 197.3º 0.99% 0.44% -
HSV(B) 197.3º 1% 0.87% -
XYZ 25.73 30.13 74.27 -
YUV 119.05 186.65 43.8 -
System Red Green Blue C M Y K H S L
Decimal 1 159 223 1.00 0.29 0 0.13 197.3 0.99 0.44
Hex 1 9F DF 64 1D 0 D C5 63 2C
Octal 1 237 337 144 35 0 15 305 143 54
Binary 1 10011111 11011111 1100100 11101 0 1101 11000101 1100011 101100

Color Harmonies of #019FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FDF

Black with #019FDF

Text Example


Text Example

White with #019FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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