Html Css Color HEX #008BC8 Pacific Blue

📋 copy color: '#008BC8'

red 0 ◦ green 139 ◦ blue 200

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

Shades of Pacific Blue #008BC8

Tints of Pacific Blue #008BC8

RGB

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

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

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

R = 0%
G = 41%
B = 59%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#008BC8 (or 0x008BC8) is known color: Pacific Blue. HEX triplet: 00, 8B and C8. RGB value is (0,139,200). Sum of RGB (Red+Green+Blue) = 0+139+200=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #008BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BC8 is #FF7437. Grayscale: #686868. Windows color (decimal): -16741432 or 13142784. OLE color: 13142784.

HSL color Cylindrical-coordinate representation of color #008BC8: hue angle of 198.3º 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 #008BC8 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 139 200 -
CMYK 1 0.30 0 0.22
HSL 198.3º 1% 0.39% -
HSV(B) 198.3º 1% 0.78% -
XYZ 19.66 22.64 57.98 -
YUV 104.39 181.95 53.54 -
System Red Green Blue C M Y K H S L
Decimal 0 139 200 1 0.30 0 0.22 198.3 1 0.39
Hex 0 8B C8 64 1E 0 16 C6 64 27
Octal 0 213 310 144 36 0 26 306 144 47
Binary 0 10001011 11001000 1100100 11110 0 10110 11000110 1100100 100111

Color Harmonies of #008BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BC8

Black with #008BC8

Text Example


Text Example

White with #008BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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