Html Css Color HEX #008ACB Pacific Blue

📋 copy color: '#008ACB'

red 0 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #008ACB

Tints of Pacific Blue #008ACB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.47%
B = 59.53%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#008ACB (or 0x008ACB) is known color: Pacific Blue. HEX triplet: 00, 8A and CB. RGB value is (0,138,203). Sum of RGB (Red+Green+Blue) = 0+138+203=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #008ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACB is #FF7534. Grayscale: #676767. Windows color (decimal): -16741685 or 13339136. OLE color: 13339136.

HSL color Cylindrical-coordinate representation of color #008ACB: hue angle of 199.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ACB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 138 203 -
CMYK 1 0.32 0 0.20
HSL 199.21º 1% 0.4% -
HSV(B) 199.21º 1% 0.8% -
XYZ 19.87 22.49 59.79 -
YUV 104.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 0 138 203 1 0.32 0 0.20 199.21 1 0.4
Hex 0 8A CB 64 20 0 14 C7 64 28
Octal 0 212 313 144 40 0 24 307 144 50
Binary 0 10001010 11001011 1100100 100000 0 10100 11000111 1100100 101000

Color Harmonies of #008ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ACB

Black with #008ACB

Text Example


Text Example

White with #008ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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