Html Css Color HEX #018DCF Pacific Blue

📋 copy color: '#018DCF'

red 1 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #018DCF

Tints of Pacific Blue #018DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 0.29%
G = 40.4%
B = 59.31%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018DCF (or 0x018DCF) is known color: Pacific Blue. HEX triplet: 01, 8D and CF. RGB value is (1,141,207). Sum of RGB (Red+Green+Blue) = 1+141+207=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #018DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DCF is #FE7230. Grayscale: #6A6A6A. Windows color (decimal): -16675377 or 13602049. OLE color: 13602049.

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

Color convert

RGB 1 141 207 -
CMYK 1.00 0.32 0 0.19
HSL 199.22º 0.99% 0.41% -
HSV(B) 199.22º 1% 0.81% -
XYZ 20.8 23.56 62.48 -
YUV 106.66 184.62 52.63 -
System Red Green Blue C M Y K H S L
Decimal 1 141 207 1.00 0.32 0 0.19 199.22 0.99 0.41
Hex 1 8D CF 64 20 0 13 C7 63 29
Octal 1 215 317 144 40 0 23 307 143 51
Binary 1 10001101 11001111 1100100 100000 0 10011 11000111 1100011 101001

Color Harmonies of #018DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DCF

Black with #018DCF

Text Example


Text Example

White with #018DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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