Html Css Color HEX #008CC9 Pacific Blue

📋 copy color: '#008CC9'

red 0 ◦ green 140 ◦ blue 201

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

Shades of Pacific Blue #008CC9

Tints of Pacific Blue #008CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

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

R = 0%
G = 41.06%
B = 58.94%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#008CC9 (or 0x008CC9) is known color: Pacific Blue. HEX triplet: 00, 8C and C9. RGB value is (0,140,201). Sum of RGB (Red+Green+Blue) = 0+140+201=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #008CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CC9 is #FF7336. Grayscale: #686868. Windows color (decimal): -16741175 or 13208576. OLE color: 13208576.

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

Color convert

RGB 0 140 201 -
CMYK 1 0.30 0 0.21
HSL 198.21º 1% 0.39% -
HSV(B) 198.21º 1% 0.79% -
XYZ 19.92 22.97 58.64 -
YUV 105.09 182.12 53.04 -
System Red Green Blue C M Y K H S L
Decimal 0 140 201 1 0.30 0 0.21 198.21 1 0.39
Hex 0 8C C9 64 1E 0 15 C6 64 27
Octal 0 214 311 144 36 0 25 306 144 47
Binary 0 10001100 11001001 1100100 11110 0 10101 11000110 1100100 100111

Color Harmonies of #008CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CC9

Black with #008CC9

Text Example


Text Example

White with #008CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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