Html Css Color HEX #019EDE Pacific Blue

📋 copy color: '#019EDE'

red 1 ◦ green 158 ◦ blue 222

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

Shades of Pacific Blue #019EDE

Tints of Pacific Blue #019EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.27%

R = 0.26%
G = 41.47%
B = 58.27%

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

#019EDE (or 0x019EDE) is known color: Pacific Blue. HEX triplet: 01, 9E and DE. RGB value is (1,158,222). Sum of RGB (Red+Green+Blue) = 1+158+222=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #019EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EDE is #FE6121. Grayscale: #757575. Windows color (decimal): -16671010 or 14589441. OLE color: 14589441.

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

Color convert

RGB 1 158 222 -
CMYK 1.00 0.29 0 0.13
HSL 197.38º 0.99% 0.44% -
HSV(B) 197.38º 1% 0.87% -
XYZ 25.42 29.73 73.51 -
YUV 118.35 186.49 44.3 -
System Red Green Blue C M Y K H S L
Decimal 1 158 222 1.00 0.29 0 0.13 197.38 0.99 0.44
Hex 1 9E DE 64 1D 0 D C5 63 2C
Octal 1 236 336 144 35 0 15 305 143 54
Binary 1 10011110 11011110 1100100 11101 0 1101 11000101 1100011 101100

Color Harmonies of #019EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EDE

Black with #019EDE

Text Example


Text Example

White with #019EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,158,222); }

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

background-color css

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

 a { background-color: rgb(1,158,222); }

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

border-color css

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

 span { border-color: rgb(1,158,222); }

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