Html Css Color HEX #019DCE Pacific Blue

📋 copy color: '#019DCE'

red 1 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #019DCE

Tints of Pacific Blue #019DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 0.27%
G = 43.13%
B = 56.59%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#019DCE (or 0x019DCE) is known color: Pacific Blue. HEX triplet: 01, 9D and CE. RGB value is (1,157,206). Sum of RGB (Red+Green+Blue) = 1+157+206=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #019DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DCE is #FE6231. Grayscale: #737373. Windows color (decimal): -16671282 or 13540609. OLE color: 13540609.

HSL color Cylindrical-coordinate representation of color #019DCE: hue angle of 194.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DCE is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 157 206 -
CMYK 1.00 0.24 0 0.19
HSL 194.34º 0.99% 0.41% -
HSV(B) 194.34º 1% 0.81% -
XYZ 23.21 28.58 62.69 -
YUV 115.94 178.82 46.02 -
System Red Green Blue C M Y K H S L
Decimal 1 157 206 1.00 0.24 0 0.19 194.34 0.99 0.41
Hex 1 9D CE 64 18 0 13 C2 63 29
Octal 1 235 316 144 30 0 23 302 143 51
Binary 1 10011101 11001110 1100100 11000 0 10011 11000010 1100011 101001

Color Harmonies of #019DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DCE

Black with #019DCE

Text Example


Text Example

White with #019DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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