Html Css Color HEX #018FCE Pacific Blue

📋 copy color: '#018FCE'

red 1 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #018FCE

Tints of Pacific Blue #018FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

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

R = 0.29%
G = 40.86%
B = 58.86%

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

#018FCE (or 0x018FCE) is known color: Pacific Blue. HEX triplet: 01, 8F and CE. RGB value is (1,143,206). Sum of RGB (Red+Green+Blue) = 1+143+206=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #018FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FCE is #FE7031. Grayscale: #6B6B6B. Windows color (decimal): -16674866 or 13537025. OLE color: 13537025.

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

Color convert

RGB 1 143 206 -
CMYK 1.00 0.31 0 0.19
HSL 198.44º 0.99% 0.41% -
HSV(B) 198.44º 1% 0.81% -
XYZ 20.98 24.11 61.94 -
YUV 107.72 183.46 51.88 -
System Red Green Blue C M Y K H S L
Decimal 1 143 206 1.00 0.31 0 0.19 198.44 0.99 0.41
Hex 1 8F CE 64 1F 0 13 C6 63 29
Octal 1 217 316 144 37 0 23 306 143 51
Binary 1 10001111 11001110 1100100 11111 0 10011 11000110 1100011 101001

Color Harmonies of #018FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FCE

Black with #018FCE

Text Example


Text Example

White with #018FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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