Html Css Color HEX #019CBD Pacific Blue

📋 copy color: '#019CBD'

red 1 ◦ green 156 ◦ blue 189

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

Shades of Pacific Blue #019CBD

Tints of Pacific Blue #019CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 0.29%
G = 45.09%
B = 54.62%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#019CBD (or 0x019CBD) is known color: Pacific Blue. HEX triplet: 01, 9C and BD. RGB value is (1,156,189). Sum of RGB (Red+Green+Blue) = 1+156+189=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #019CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CBD is #FE6342. Grayscale: #717171. Windows color (decimal): -16671555 or 12426241. OLE color: 12426241.

HSL color Cylindrical-coordinate representation of color #019CBD: hue angle of 190.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CBD is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 156 189 -
CMYK 0.99 0.17 0 0.26
HSL 190.53º 0.99% 0.37% -
HSV(B) 190.53º 0.99% 0.74% -
XYZ 21.09 27.46 52.33 -
YUV 113.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 1 156 189 0.99 0.17 0 0.26 190.53 0.99 0.37
Hex 1 9C BD 63 11 0 1A BF 63 25
Octal 1 234 275 143 21 0 32 277 143 45
Binary 1 10011100 10111101 1100011 10001 0 11010 10111111 1100011 100101

Color Harmonies of #019CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CBD

Black with #019CBD

Text Example


Text Example

White with #019CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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