Html Css Color HEX #018FC6 Pacific Blue

📋 copy color: '#018FC6'

red 1 ◦ green 143 ◦ blue 198

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

Shades of Pacific Blue #018FC6

Tints of Pacific Blue #018FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 57.89%

R = 0.29%
G = 41.81%
B = 57.89%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#018FC6 (or 0x018FC6) is known color: Pacific Blue. HEX triplet: 01, 8F and C6. RGB value is (1,143,198). Sum of RGB (Red+Green+Blue) = 1+143+198=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #018FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FC6 is #FE7039. Grayscale: #6A6A6A. Windows color (decimal): -16674874 or 13012737. OLE color: 13012737.

HSL color Cylindrical-coordinate representation of color #018FC6: hue angle of 196.75º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FC6 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 143 198 -
CMYK 0.99 0.28 0 0.22
HSL 196.75º 0.99% 0.39% -
HSV(B) 196.75º 0.99% 0.78% -
XYZ 20.03 23.73 56.95 -
YUV 106.81 179.46 52.53 -
System Red Green Blue C M Y K H S L
Decimal 1 143 198 0.99 0.28 0 0.22 196.75 0.99 0.39
Hex 1 8F C6 63 1C 0 16 C5 63 27
Octal 1 217 306 143 34 0 26 305 143 47
Binary 1 10001111 11000110 1100011 11100 0 10110 11000101 1100011 100111

Color Harmonies of #018FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FC6

Black with #018FC6

Text Example


Text Example

White with #018FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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