Html Css Color HEX #019BC8 Pacific Blue

📋 copy color: '#019BC8'

red 1 ◦ green 155 ◦ blue 200

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

Shades of Pacific Blue #019BC8

Tints of Pacific Blue #019BC8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 200 (78.52% from 255) = 56.18%

R = 0.28%
G = 43.54%
B = 56.18%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#019BC8 (or 0x019BC8) is known color: Pacific Blue. HEX triplet: 01, 9B and C8. RGB value is (1,155,200). Sum of RGB (Red+Green+Blue) = 1+155+200=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #019BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BC8 is #FE6437. Grayscale: #717171. Windows color (decimal): -16671800 or 13146881. OLE color: 13146881.

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

Color convert

RGB 1 155 200 -
CMYK 1.00 0.22 0 0.22
HSL 193.57º 0.99% 0.39% -
HSV(B) 193.57º 1% 0.78% -
XYZ 22.16 27.62 58.81 -
YUV 114.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 1 155 200 1.00 0.22 0 0.22 193.57 0.99 0.39
Hex 1 9B C8 64 16 0 16 C2 63 27
Octal 1 233 310 144 26 0 26 302 143 47
Binary 1 10011011 11001000 1100100 10110 0 10110 11000010 1100011 100111

Color Harmonies of #019BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BC8

Black with #019BC8

Text Example


Text Example

White with #019BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,200); }

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

background-color css

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

 a { background-color: rgb(1,155,200); }

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

border-color css

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

 span { border-color: rgb(1,155,200); }

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