Html Css Color HEX #019ACE Pacific Blue

📋 copy color: '#019ACE'

red 1 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #019ACE

Tints of Pacific Blue #019ACE

RGB

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

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

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

R = 0.28%
G = 42.66%
B = 57.06%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#019ACE (or 0x019ACE) is known color: Pacific Blue. HEX triplet: 01, 9A and CE. RGB value is (1,154,206). Sum of RGB (Red+Green+Blue) = 1+154+206=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #019ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACE is #FE6531. Grayscale: #717171. Windows color (decimal): -16672050 or 13539841. OLE color: 13539841.

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

Color convert

RGB 1 154 206 -
CMYK 1.00 0.25 0 0.19
HSL 195.22º 0.99% 0.41% -
HSV(B) 195.22º 1% 0.81% -
XYZ 22.71 27.57 62.52 -
YUV 114.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 1 154 206 1.00 0.25 0 0.19 195.22 0.99 0.41
Hex 1 9A CE 64 19 0 13 C3 63 29
Octal 1 232 316 144 31 0 23 303 143 51
Binary 1 10011010 11001110 1100100 11001 0 10011 11000011 1100011 101001

Color Harmonies of #019ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ACE

Black with #019ACE

Text Example


Text Example

White with #019ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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