Html Css Color HEX #008AC8 Pacific Blue

📋 copy color: '#008AC8'

red 0 ◦ green 138 ◦ blue 200

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

Shades of Pacific Blue #008AC8

Tints of Pacific Blue #008AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 59.17%

R = 0%
G = 40.83%
B = 59.17%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#008AC8 (or 0x008AC8) is known color: Pacific Blue. HEX triplet: 00, 8A and C8. RGB value is (0,138,200). Sum of RGB (Red+Green+Blue) = 0+138+200=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #008AC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AC8 is #FF7537. Grayscale: #676767. Windows color (decimal): -16741688 or 13142528. OLE color: 13142528.

HSL color Cylindrical-coordinate representation of color #008AC8: hue angle of 198.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AC8 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 138 200 -
CMYK 1 0.31 0 0.22
HSL 198.6º 1% 0.39% -
HSV(B) 198.6º 1% 0.78% -
XYZ 19.51 22.35 57.93 -
YUV 103.81 182.28 53.96 -
System Red Green Blue C M Y K H S L
Decimal 0 138 200 1 0.31 0 0.22 198.6 1 0.39
Hex 0 8A C8 64 1F 0 16 C7 64 27
Octal 0 212 310 144 37 0 26 307 144 47
Binary 0 10001010 11001000 1100100 11111 0 10110 11000111 1100100 100111

Color Harmonies of #008AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AC8

Black with #008AC8

Text Example


Text Example

White with #008AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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