Html Css Color HEX #019FCD Pacific Blue

📋 copy color: '#019FCD'

red 1 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #019FCD

Tints of Pacific Blue #019FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 0.27%
G = 43.56%
B = 56.16%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#019FCD (or 0x019FCD) is known color: Pacific Blue. HEX triplet: 01, 9F and CD. RGB value is (1,159,205). Sum of RGB (Red+Green+Blue) = 1+159+205=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #019FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FCD is #FE6032. Grayscale: #747474. Windows color (decimal): -16670771 or 13475585. OLE color: 13475585.

HSL color Cylindrical-coordinate representation of color #019FCD: hue angle of 193.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FCD is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 159 205 -
CMYK 1.00 0.22 0 0.20
HSL 193.53º 0.99% 0.4% -
HSV(B) 193.53º 1% 0.8% -
XYZ 23.43 29.21 62.16 -
YUV 117 177.65 45.26 -
System Red Green Blue C M Y K H S L
Decimal 1 159 205 1.00 0.22 0 0.20 193.53 0.99 0.4
Hex 1 9F CD 64 16 0 14 C2 63 28
Octal 1 237 315 144 26 0 24 302 143 50
Binary 1 10011111 11001101 1100100 10110 0 10100 11000010 1100011 101000

Color Harmonies of #019FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FCD

Black with #019FCD

Text Example


Text Example

White with #019FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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