Html Css Color HEX #019CDE Pacific Blue

📋 copy color: '#019CDE'

red 1 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #019CDE

Tints of Pacific Blue #019CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 0.26%
G = 41.16%
B = 58.58%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#019CDE (or 0x019CDE) is known color: Pacific Blue. HEX triplet: 01, 9C and DE. RGB value is (1,156,222). Sum of RGB (Red+Green+Blue) = 1+156+222=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #019CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CDE is #FE6321. Grayscale: #747474. Windows color (decimal): -16671522 or 14588929. OLE color: 14588929.

HSL color Cylindrical-coordinate representation of color #019CDE: hue angle of 197.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CDE is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 156 222 -
CMYK 1.00 0.30 0 0.13
HSL 197.92º 0.99% 0.44% -
HSV(B) 197.92º 1% 0.87% -
XYZ 25.09 29.06 73.39 -
YUV 117.18 187.15 45.13 -
System Red Green Blue C M Y K H S L
Decimal 1 156 222 1.00 0.30 0 0.13 197.92 0.99 0.44
Hex 1 9C DE 64 1E 0 D C6 63 2C
Octal 1 234 336 144 36 0 15 306 143 54
Binary 1 10011100 11011110 1100100 11110 0 1101 11000110 1100011 101100

Color Harmonies of #019CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CDE

Black with #019CDE

Text Example


Text Example

White with #019CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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