Html Css Color HEX #018ECF Pacific Blue

📋 copy color: '#018ECF'

red 1 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #018ECF

Tints of Pacific Blue #018ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 0.29%
G = 40.57%
B = 59.14%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018ECF (or 0x018ECF) is known color: Pacific Blue. HEX triplet: 01, 8E and CF. RGB value is (1,142,207). Sum of RGB (Red+Green+Blue) = 1+142+207=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #018ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ECF is #FE7130. Grayscale: #6A6A6A. Windows color (decimal): -16675121 or 13602305. OLE color: 13602305.

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

Color convert

RGB 1 142 207 -
CMYK 1.00 0.31 0 0.19
HSL 198.93º 0.99% 0.41% -
HSV(B) 198.93º 1% 0.81% -
XYZ 20.95 23.86 62.53 -
YUV 107.25 184.29 52.21 -
System Red Green Blue C M Y K H S L
Decimal 1 142 207 1.00 0.31 0 0.19 198.93 0.99 0.41
Hex 1 8E CF 64 1F 0 13 C7 63 29
Octal 1 216 317 144 37 0 23 307 143 51
Binary 1 10001110 11001111 1100100 11111 0 10011 11000111 1100011 101001

Color Harmonies of #018ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ECF

Black with #018ECF

Text Example


Text Example

White with #018ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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