Html Css Color HEX #018FCC Pacific Blue

📋 copy color: '#018FCC'

red 1 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #018FCC

Tints of Pacific Blue #018FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 0.29%
G = 41.09%
B = 58.62%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#018FCC (or 0x018FCC) is known color: Pacific Blue. HEX triplet: 01, 8F and CC. RGB value is (1,143,204). Sum of RGB (Red+Green+Blue) = 1+143+204=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #018FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FCC is #FE7033. Grayscale: #6B6B6B. Windows color (decimal): -16674868 or 13405953. OLE color: 13405953.

HSL color Cylindrical-coordinate representation of color #018FCC: hue angle of 198.03º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FCC is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 143 204 -
CMYK 1.00 0.30 0 0.2
HSL 198.03º 0.99% 0.4% -
HSV(B) 198.03º 1% 0.8% -
XYZ 20.73 24.01 60.67 -
YUV 107.5 182.46 52.04 -
System Red Green Blue C M Y K H S L
Decimal 1 143 204 1.00 0.30 0 0.2 198.03 0.99 0.4
Hex 1 8F CC 64 1E 0 14 C6 63 28
Octal 1 217 314 144 36 0 24 306 143 50
Binary 1 10001111 11001100 1100100 11110 0 10100 11000110 1100011 101000

Color Harmonies of #018FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FCC

Black with #018FCC

Text Example


Text Example

White with #018FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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