Html Css Color HEX #008CD5 Pacific Blue

📋 copy color: '#008CD5'

red 0 ◦ green 140 ◦ blue 213

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

Shades of Pacific Blue #008CD5

Tints of Pacific Blue #008CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60.34%

R = 0%
G = 39.66%
B = 60.34%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#008CD5 (or 0x008CD5) is known color: Pacific Blue. HEX triplet: 00, 8C and D5. RGB value is (0,140,213). Sum of RGB (Red+Green+Blue) = 0+140+213=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #008CD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CD5 is #FF732A. Grayscale: #6A6A6A. Windows color (decimal): -16741163 or 13995008. OLE color: 13995008.

HSL color Cylindrical-coordinate representation of color #008CD5: hue angle of 200.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CD5 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 140 213 -
CMYK 1 0.34 0 0.16
HSL 200.56º 1% 0.42% -
HSV(B) 200.56º 1% 0.84% -
XYZ 21.39 23.56 66.37 -
YUV 106.46 188.12 52.06 -
System Red Green Blue C M Y K H S L
Decimal 0 140 213 1 0.34 0 0.16 200.56 1 0.42
Hex 0 8C D5 64 22 0 10 C9 64 2A
Octal 0 214 325 144 42 0 20 311 144 52
Binary 0 10001100 11010101 1100100 100010 0 10000 11001001 1100100 101010

Color Harmonies of #008CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CD5

Black with #008CD5

Text Example


Text Example

White with #008CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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