Html Css Color HEX #008BC9 Pacific Blue

📋 copy color: '#008BC9'

red 0 ◦ green 139 ◦ blue 201

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

Shades of Pacific Blue #008BC9

Tints of Pacific Blue #008BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 59.12%

R = 0%
G = 40.88%
B = 59.12%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#008BC9 (or 0x008BC9) is known color: Pacific Blue. HEX triplet: 00, 8B and C9. RGB value is (0,139,201). Sum of RGB (Red+Green+Blue) = 0+139+201=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #008BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BC9 is #FF7436. Grayscale: #686868. Windows color (decimal): -16741431 or 13208320. OLE color: 13208320.

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

Color convert

RGB 0 139 201 -
CMYK 1 0.31 0 0.21
HSL 198.51º 1% 0.39% -
HSV(B) 198.51º 1% 0.79% -
XYZ 19.78 22.68 58.59 -
YUV 104.51 182.45 53.46 -
System Red Green Blue C M Y K H S L
Decimal 0 139 201 1 0.31 0 0.21 198.51 1 0.39
Hex 0 8B C9 64 1F 0 15 C7 64 27
Octal 0 213 311 144 37 0 25 307 144 47
Binary 0 10001011 11001001 1100100 11111 0 10101 11000111 1100100 100111

Color Harmonies of #008BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BC9

Black with #008BC9

Text Example


Text Example

White with #008BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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