Html Css Color HEX #009ACD Pacific Blue

📋 copy color: '#009ACD'

red 0 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #009ACD

Tints of Pacific Blue #009ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

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

R = 0%
G = 42.9%
B = 57.1%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#009ACD (or 0x009ACD) is known color: Pacific Blue. HEX triplet: 00, 9A and CD. RGB value is (0,154,205). Sum of RGB (Red+Green+Blue) = 0+154+205=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #009ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ACD is #FF6532. Grayscale: #717171. Windows color (decimal): -16737587 or 13474304. OLE color: 13474304.

HSL color Cylindrical-coordinate representation of color #009ACD: hue angle of 194.93º 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 #009ACD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 154 205 -
CMYK 1 0.25 0 0.20
HSL 194.93º 1% 0.4% -
HSV(B) 194.93º 1% 0.8% -
XYZ 22.58 27.52 61.88 -
YUV 113.77 179.48 46.85 -
System Red Green Blue C M Y K H S L
Decimal 0 154 205 1 0.25 0 0.20 194.93 1 0.4
Hex 0 9A CD 64 19 0 14 C3 64 28
Octal 0 232 315 144 31 0 24 303 144 50
Binary 0 10011010 11001101 1100100 11001 0 10100 11000011 1100100 101000

Color Harmonies of #009ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ACD

Black with #009ACD

Text Example


Text Example

White with #009ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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