Html Css Color HEX #078ACD Pacific Blue

📋 copy color: '#078ACD'

red 7 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #078ACD

Tints of Pacific Blue #078ACD

RGB

 RED value IS 7 (3.13% from 255) = 2%

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 2%
G = 39.43%
B = 58.57%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#078ACD (or 0x078ACD) is known color: Pacific Blue. HEX triplet: 07, 8A and CD. RGB value is (7,138,205). Sum of RGB (Red+Green+Blue) = 7+138+205=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #078ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ACD is #F87532. Grayscale: #6A6A6A. Windows color (decimal): -16282931 or 13470215. OLE color: 13470215.

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

Color convert

RGB 7 138 205 -
CMYK 0.97 0.33 0 0.20
HSL 200.3º 0.93% 0.42% -
HSV(B) 200.3º 0.97% 0.8% -
XYZ 20.2 22.63 61.06 -
YUV 106.47 183.6 57.05 -
System Red Green Blue C M Y K H S L
Decimal 7 138 205 0.97 0.33 0 0.20 200.3 0.93 0.42
Hex 7 8A CD 61 21 0 14 C8 5D 2A
Octal 7 212 315 141 41 0 24 310 135 52
Binary 111 10001010 11001101 1100001 100001 0 10100 11001000 1011101 101010

Color Harmonies of #078ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078ACD

Black with #078ACD

Text Example


Text Example

White with #078ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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