Html Css Color HEX #019CCC Pacific Blue

📋 copy color: '#019CCC'

red 1 ◦ green 156 ◦ blue 204

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

Shades of Pacific Blue #019CCC

Tints of Pacific Blue #019CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 0.28%
G = 43.21%
B = 56.51%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#019CCC (or 0x019CCC) is known color: Pacific Blue. HEX triplet: 01, 9C and CC. RGB value is (1,156,204). Sum of RGB (Red+Green+Blue) = 1+156+204=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #019CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CCC is #FE6333. Grayscale: #727272. Windows color (decimal): -16671540 or 13409281. OLE color: 13409281.

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

Color convert

RGB 1 156 204 -
CMYK 1.00 0.24 0 0.2
HSL 194.19º 0.99% 0.4% -
HSV(B) 194.19º 1% 0.8% -
XYZ 22.8 28.14 61.36 -
YUV 115.13 178.15 46.6 -
System Red Green Blue C M Y K H S L
Decimal 1 156 204 1.00 0.24 0 0.2 194.19 0.99 0.4
Hex 1 9C CC 64 18 0 14 C2 63 28
Octal 1 234 314 144 30 0 24 302 143 50
Binary 1 10011100 11001100 1100100 11000 0 10100 11000010 1100011 101000

Color Harmonies of #019CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CCC

Black with #019CCC

Text Example


Text Example

White with #019CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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