Html Css Color HEX #008BDC Pacific Blue

📋 copy color: '#008BDC'

red 0 ◦ green 139 ◦ blue 220

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

Shades of Pacific Blue #008BDC

Tints of Pacific Blue #008BDC

RGB

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

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

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

R = 0%
G = 38.72%
B = 61.28%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#008BDC (or 0x008BDC) is known color: Pacific Blue. HEX triplet: 00, 8B and DC. RGB value is (0,139,220). Sum of RGB (Red+Green+Blue) = 0+139+220=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #008BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BDC is #FF7423. Grayscale: #6A6A6A. Windows color (decimal): -16741412 or 14453504. OLE color: 14453504.

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

Color convert

RGB 0 139 220 -
CMYK 1 0.37 0 0.14
HSL 202.09º 1% 0.43% -
HSV(B) 202.09º 1% 0.86% -
XYZ 22.15 23.63 71.1 -
YUV 106.67 191.95 51.91 -
System Red Green Blue C M Y K H S L
Decimal 0 139 220 1 0.37 0 0.14 202.09 1 0.43
Hex 0 8B DC 64 25 0 E CA 64 2B
Octal 0 213 334 144 45 0 16 312 144 53
Binary 0 10001011 11011100 1100100 100101 0 1110 11001010 1100100 101011

Color Harmonies of #008BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BDC

Black with #008BDC

Text Example


Text Example

White with #008BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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