Html Css Color HEX #019CC9 Pacific Blue

📋 copy color: '#019CC9'

red 1 ◦ green 156 ◦ blue 201

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

Shades of Pacific Blue #019CC9

Tints of Pacific Blue #019CC9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 201 (78.91% from 255) = 56.15%

R = 0.28%
G = 43.58%
B = 56.15%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#019CC9 (or 0x019CC9) is known color: Pacific Blue. HEX triplet: 01, 9C and C9. RGB value is (1,156,201). Sum of RGB (Red+Green+Blue) = 1+156+201=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #019CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CC9 is #FE6336. Grayscale: #727272. Windows color (decimal): -16671543 or 13212673. OLE color: 13212673.

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

Color convert

RGB 1 156 201 -
CMYK 1.00 0.22 0 0.21
HSL 193.5º 0.99% 0.4% -
HSV(B) 193.5º 1% 0.79% -
XYZ 22.44 28 59.48 -
YUV 114.79 176.65 46.84 -
System Red Green Blue C M Y K H S L
Decimal 1 156 201 1.00 0.22 0 0.21 193.5 0.99 0.4
Hex 1 9C C9 64 16 0 15 C2 63 28
Octal 1 234 311 144 26 0 25 302 143 50
Binary 1 10011100 11001001 1100100 10110 0 10101 11000010 1100011 101000

Color Harmonies of #019CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CC9

Black with #019CC9

Text Example


Text Example

White with #019CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,156,201); }

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

background-color css

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

 a { background-color: rgb(1,156,201); }

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

border-color css

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

 span { border-color: rgb(1,156,201); }

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