Html Css Color HEX #018BCE Pacific Blue

📋 copy color: '#018BCE'

red 1 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #018BCE

Tints of Pacific Blue #018BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

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

R = 0.29%
G = 40.17%
B = 59.54%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018BCE (or 0x018BCE) is known color: Pacific Blue. HEX triplet: 01, 8B and CE. RGB value is (1,139,206). Sum of RGB (Red+Green+Blue) = 1+139+206=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #018BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BCE is #FE7431. Grayscale: #686868. Windows color (decimal): -16675890 or 13536001. OLE color: 13536001.

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

Color convert

RGB 1 139 206 -
CMYK 1.00 0.33 0 0.19
HSL 199.61º 0.99% 0.41% -
HSV(B) 199.61º 1% 0.81% -
XYZ 20.39 22.93 61.74 -
YUV 105.38 184.78 53.55 -
System Red Green Blue C M Y K H S L
Decimal 1 139 206 1.00 0.33 0 0.19 199.61 0.99 0.41
Hex 1 8B CE 64 21 0 13 C8 63 29
Octal 1 213 316 144 41 0 23 310 143 51
Binary 1 10001011 11001110 1100100 100001 0 10011 11001000 1100011 101001

Color Harmonies of #018BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BCE

Black with #018BCE

Text Example


Text Example

White with #018BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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