Html Css Color HEX #018DCE Pacific Blue

📋 copy color: '#018DCE'

red 1 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #018DCE

Tints of Pacific Blue #018DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 0.29%
G = 40.52%
B = 59.2%

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

#018DCE (or 0x018DCE) is known color: Pacific Blue. HEX triplet: 01, 8D and CE. RGB value is (1,141,206). Sum of RGB (Red+Green+Blue) = 1+141+206=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #018DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DCE is #FE7231. Grayscale: #6A6A6A. Windows color (decimal): -16675378 or 13536513. OLE color: 13536513.

HSL color Cylindrical-coordinate representation of color #018DCE: hue angle of 199.02º 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 #018DCE is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 141 206 -
CMYK 1.00 0.32 0 0.19
HSL 199.02º 0.99% 0.41% -
HSV(B) 199.02º 1% 0.81% -
XYZ 20.68 23.51 61.84 -
YUV 106.55 184.12 52.71 -
System Red Green Blue C M Y K H S L
Decimal 1 141 206 1.00 0.32 0 0.19 199.02 0.99 0.41
Hex 1 8D CE 64 20 0 13 C7 63 29
Octal 1 215 316 144 40 0 23 307 143 51
Binary 1 10001101 11001110 1100100 100000 0 10011 11000111 1100011 101001

Color Harmonies of #018DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DCE

Black with #018DCE

Text Example


Text Example

White with #018DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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