Html Css Color HEX #008DDC Pacific Blue

📋 copy color: '#008DDC'

red 0 ◦ green 141 ◦ blue 220

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

Shades of Pacific Blue #008DDC

Tints of Pacific Blue #008DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 0%
G = 39.06%
B = 60.94%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#008DDC (or 0x008DDC) is known color: Pacific Blue. HEX triplet: 00, 8D and DC. RGB value is (0,141,220). Sum of RGB (Red+Green+Blue) = 0+141+220=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #008DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DDC is #FF7223. Grayscale: #6B6B6B. Windows color (decimal): -16740900 or 14454016. OLE color: 14454016.

HSL color Cylindrical-coordinate representation of color #008DDC: hue angle of 201.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DDC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 141 220 -
CMYK 1 0.36 0 0.14
HSL 201.55º 1% 0.43% -
HSV(B) 201.55º 1% 0.86% -
XYZ 22.44 24.22 71.2 -
YUV 107.85 191.29 51.08 -
System Red Green Blue C M Y K H S L
Decimal 0 141 220 1 0.36 0 0.14 201.55 1 0.43
Hex 0 8D DC 64 24 0 E CA 64 2B
Octal 0 215 334 144 44 0 16 312 144 53
Binary 0 10001101 11011100 1100100 100100 0 1110 11001010 1100100 101011

Color Harmonies of #008DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DDC

Black with #008DDC

Text Example


Text Example

White with #008DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,141,220); }

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

background-color css

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

 a { background-color: rgb(0,141,220); }

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

border-color css

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

 span { border-color: rgb(0,141,220); }

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