Html Css Color HEX #019DDE Pacific Blue

📋 copy color: '#019DDE'

red 1 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #019DDE

Tints of Pacific Blue #019DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

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

R = 0.26%
G = 41.32%
B = 58.42%

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

#019DDE (or 0x019DDE) is known color: Pacific Blue. HEX triplet: 01, 9D and DE. RGB value is (1,157,222). Sum of RGB (Red+Green+Blue) = 1+157+222=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #019DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DDE is #FE6221. Grayscale: #757575. Windows color (decimal): -16671266 or 14589185. OLE color: 14589185.

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

Color convert

RGB 1 157 222 -
CMYK 1.00 0.29 0 0.13
HSL 197.65º 0.99% 0.44% -
HSV(B) 197.65º 1% 0.87% -
XYZ 25.25 29.39 73.45 -
YUV 117.77 186.82 44.71 -
System Red Green Blue C M Y K H S L
Decimal 1 157 222 1.00 0.29 0 0.13 197.65 0.99 0.44
Hex 1 9D DE 64 1D 0 D C6 63 2C
Octal 1 235 336 144 35 0 15 306 143 54
Binary 1 10011101 11011110 1100100 11101 0 1101 11000110 1100011 101100

Color Harmonies of #019DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DDE

Black with #019DDE

Text Example


Text Example

White with #019DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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