Html Css Color HEX #019ACB Pacific Blue

📋 copy color: '#019ACB'

red 1 ◦ green 154 ◦ blue 203

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

Shades of Pacific Blue #019ACB

Tints of Pacific Blue #019ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 0.28%
G = 43.02%
B = 56.7%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#019ACB (or 0x019ACB) is known color: Pacific Blue. HEX triplet: 01, 9A and CB. RGB value is (1,154,203). Sum of RGB (Red+Green+Blue) = 1+154+203=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #019ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACB is #FE6534. Grayscale: #717171. Windows color (decimal): -16672053 or 13343233. OLE color: 13343233.

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

Color convert

RGB 1 154 203 -
CMYK 1.00 0.24 0 0.20
HSL 194.55º 0.99% 0.4% -
HSV(B) 194.55º 1% 0.8% -
XYZ 22.35 27.43 60.62 -
YUV 113.84 178.31 47.52 -
System Red Green Blue C M Y K H S L
Decimal 1 154 203 1.00 0.24 0 0.20 194.55 0.99 0.4
Hex 1 9A CB 64 18 0 14 C3 63 28
Octal 1 232 313 144 30 0 24 303 143 50
Binary 1 10011010 11001011 1100100 11000 0 10100 11000011 1100011 101000

Color Harmonies of #019ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ACB

Black with #019ACB

Text Example


Text Example

White with #019ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,154,203); }

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

background-color css

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

 a { background-color: rgb(1,154,203); }

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

border-color css

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

 span { border-color: rgb(1,154,203); }

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