Html Css Color HEX #008CD0 Pacific Blue

📋 copy color: '#008CD0'

red 0 ◦ green 140 ◦ blue 208

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

Shades of Pacific Blue #008CD0

Tints of Pacific Blue #008CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.77%

R = 0%
G = 40.23%
B = 59.77%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#008CD0 (or 0x008CD0) is known color: Pacific Blue. HEX triplet: 00, 8C and D0. RGB value is (0,140,208). Sum of RGB (Red+Green+Blue) = 0+140+208=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #008CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CD0 is #FF732F. Grayscale: #696969. Windows color (decimal): -16741168 or 13667328. OLE color: 13667328.

HSL color Cylindrical-coordinate representation of color #008CD0: hue angle of 199.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CD0 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 140 208 -
CMYK 1 0.33 0 0.18
HSL 199.62º 1% 0.41% -
HSV(B) 199.62º 1% 0.82% -
XYZ 20.76 23.31 63.08 -
YUV 105.89 185.62 52.47 -
System Red Green Blue C M Y K H S L
Decimal 0 140 208 1 0.33 0 0.18 199.62 1 0.41
Hex 0 8C D0 64 21 0 12 C8 64 29
Octal 0 214 320 144 41 0 22 310 144 51
Binary 0 10001100 11010000 1100100 100001 0 10010 11001000 1100100 101001

Color Harmonies of #008CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CD0

Black with #008CD0

Text Example


Text Example

White with #008CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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