Html Css Color HEX #018DCC Pacific Blue

📋 copy color: '#018DCC'

red 1 ◦ green 141 ◦ blue 204

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

Shades of Pacific Blue #018DCC

Tints of Pacific Blue #018DCC

RGB

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

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

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

R = 0.29%
G = 40.75%
B = 58.96%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#018DCC (or 0x018DCC) is known color: Pacific Blue. HEX triplet: 01, 8D and CC. RGB value is (1,141,204). Sum of RGB (Red+Green+Blue) = 1+141+204=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #018DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DCC is #FE7233. Grayscale: #696969. Windows color (decimal): -16675380 or 13405441. OLE color: 13405441.

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

Color convert

RGB 1 141 204 -
CMYK 1.00 0.31 0 0.2
HSL 198.62º 0.99% 0.4% -
HSV(B) 198.62º 1% 0.8% -
XYZ 20.44 23.42 60.57 -
YUV 106.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 1 141 204 1.00 0.31 0 0.2 198.62 0.99 0.4
Hex 1 8D CC 64 1F 0 14 C7 63 28
Octal 1 215 314 144 37 0 24 307 143 50
Binary 1 10001101 11001100 1100100 11111 0 10100 11000111 1100011 101000

Color Harmonies of #018DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DCC

Black with #018DCC

Text Example


Text Example

White with #018DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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