Html Css Color HEX #018ACB Pacific Blue

📋 copy color: '#018ACB'

red 1 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #018ACB

Tints of Pacific Blue #018ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 203 (79.69% from 255) = 59.36%

R = 0.29%
G = 40.35%
B = 59.36%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#018ACB (or 0x018ACB) is known color: Pacific Blue. HEX triplet: 01, 8A and CB. RGB value is (1,138,203). Sum of RGB (Red+Green+Blue) = 1+138+203=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #018ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ACB is #FE7534. Grayscale: #686868. Windows color (decimal): -16676149 or 13339137. OLE color: 13339137.

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

Color convert

RGB 1 138 203 -
CMYK 1.00 0.32 0 0.20
HSL 199.31º 0.99% 0.4% -
HSV(B) 199.31º 1% 0.8% -
XYZ 19.88 22.5 59.79 -
YUV 104.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 1 138 203 1.00 0.32 0 0.20 199.31 0.99 0.4
Hex 1 8A CB 64 20 0 14 C7 63 28
Octal 1 212 313 144 40 0 24 307 143 50
Binary 1 10001010 11001011 1100100 100000 0 10100 11000111 1100011 101000

Color Harmonies of #018ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ACB

Black with #018ACB

Text Example


Text Example

White with #018ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,138,203); }

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

background-color css

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

 a { background-color: rgb(1,138,203); }

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

border-color css

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

 span { border-color: rgb(1,138,203); }

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