Html Css Color HEX #019DCF Pacific Blue

📋 copy color: '#019DCF'

red 1 ◦ green 157 ◦ blue 207

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

Shades of Pacific Blue #019DCF

Tints of Pacific Blue #019DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 0.27%
G = 43.01%
B = 56.71%

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

#019DCF (or 0x019DCF) is known color: Pacific Blue. HEX triplet: 01, 9D and CF. RGB value is (1,157,207). Sum of RGB (Red+Green+Blue) = 1+157+207=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #019DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DCF is #FE6230. Grayscale: #737373. Windows color (decimal): -16671281 or 13606145. OLE color: 13606145.

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

Color convert

RGB 1 157 207 -
CMYK 1.00 0.24 0 0.19
HSL 194.56º 0.99% 0.41% -
HSV(B) 194.56º 1% 0.81% -
XYZ 23.33 28.63 63.33 -
YUV 116.06 179.32 45.93 -
System Red Green Blue C M Y K H S L
Decimal 1 157 207 1.00 0.24 0 0.19 194.56 0.99 0.41
Hex 1 9D CF 64 18 0 13 C3 63 29
Octal 1 235 317 144 30 0 23 303 143 51
Binary 1 10011101 11001111 1100100 11000 0 10011 11000011 1100011 101001

Color Harmonies of #019DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DCF

Black with #019DCF

Text Example


Text Example

White with #019DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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