Html Css Color HEX #018CCE Pacific Blue

📋 copy color: '#018CCE'

red 1 ◦ green 140 ◦ blue 206

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

Shades of Pacific Blue #018CCE

Tints of Pacific Blue #018CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

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

R = 0.29%
G = 40.35%
B = 59.37%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018CCE (or 0x018CCE) is known color: Pacific Blue. HEX triplet: 01, 8C and CE. RGB value is (1,140,206). Sum of RGB (Red+Green+Blue) = 1+140+206=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #018CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CCE is #FE7331. Grayscale: #696969. Windows color (decimal): -16675634 or 13536257. OLE color: 13536257.

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

Color convert

RGB 1 140 206 -
CMYK 1.00 0.32 0 0.19
HSL 199.32º 0.99% 0.41% -
HSV(B) 199.32º 1% 0.81% -
XYZ 20.53 23.22 61.79 -
YUV 105.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 1 140 206 1.00 0.32 0 0.19 199.32 0.99 0.41
Hex 1 8C CE 64 20 0 13 C7 63 29
Octal 1 214 316 144 40 0 23 307 143 51
Binary 1 10001100 11001110 1100100 100000 0 10011 11000111 1100011 101001

Color Harmonies of #018CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CCE

Black with #018CCE

Text Example


Text Example

White with #018CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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