Html Css Color HEX #018DD0 Pacific Blue

📋 copy color: '#018DD0'

red 1 ◦ green 141 ◦ blue 208

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

Shades of Pacific Blue #018DD0

Tints of Pacific Blue #018DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 208 (81.64% from 255) = 59.43%

R = 0.29%
G = 40.29%
B = 59.43%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#018DD0 (or 0x018DD0) is known color: Pacific Blue. HEX triplet: 01, 8D and D0. RGB value is (1,141,208). Sum of RGB (Red+Green+Blue) = 1+141+208=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #018DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DD0 is #FE722F. Grayscale: #6A6A6A. Windows color (decimal): -16675376 or 13667585. OLE color: 13667585.

HSL color Cylindrical-coordinate representation of color #018DD0: hue angle of 199.42º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DD0 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 141 208 -
CMYK 1.00 0.32 0 0.18
HSL 199.42º 0.99% 0.41% -
HSV(B) 199.42º 1% 0.82% -
XYZ 20.92 23.61 63.13 -
YUV 106.78 185.12 52.55 -
System Red Green Blue C M Y K H S L
Decimal 1 141 208 1.00 0.32 0 0.18 199.42 0.99 0.41
Hex 1 8D D0 64 20 0 12 C7 63 29
Octal 1 215 320 144 40 0 22 307 143 51
Binary 1 10001101 11010000 1100100 100000 0 10010 11000111 1100011 101001

Color Harmonies of #018DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DD0

Black with #018DD0

Text Example


Text Example

White with #018DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018DD0; }

 p { color: rgb(1,141,208); }

 H1.HeaderClassName
 {
   color: #018DD0;
 }
 .AnyTagClassName
 {
   color: #018DD0;
 }
</style>

background-color css

<style>
 a { background-color: #018DD0; }

 a { background-color: rgb(1,141,208); }

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

border-color css

<style>
 span { border-color: #018DD0; }

 span { border-color: rgb(1,141,208); }

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