Html Css Color HEX #008ACD Pacific Blue

📋 copy color: '#008ACD'

red 0 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #008ACD

Tints of Pacific Blue #008ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 205 (80.47% 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.20

RGB Variations

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

Color information

#008ACD (or 0x008ACD) is known color: Pacific Blue. HEX triplet: 00, 8A and CD. RGB value is (0,138,205). Sum of RGB (Red+Green+Blue) = 0+138+205=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #008ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACD is #FF7532. Grayscale: #676767. Windows color (decimal): -16741683 or 13470208. OLE color: 13470208.

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

Color convert

RGB 0 138 205 -
CMYK 1 0.33 0 0.20
HSL 199.61º 1% 0.4% -
HSV(B) 199.61º 1% 0.8% -
XYZ 20.11 22.58 61.06 -
YUV 104.38 184.78 53.55 -
System Red Green Blue C M Y K H S L
Decimal 0 138 205 1 0.33 0 0.20 199.61 1 0.4
Hex 0 8A CD 64 21 0 14 C8 64 28
Octal 0 212 315 144 41 0 24 310 144 50
Binary 0 10001010 11001101 1100100 100001 0 10100 11001000 1100100 101000

Color Harmonies of #008ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ACD

Black with #008ACD

Text Example


Text Example

White with #008ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,138,205); }

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

background-color css

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

 a { background-color: rgb(0,138,205); }

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

border-color css

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

 span { border-color: rgb(0,138,205); }

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