Html Css Color HEX #099ACD Pacific Blue

📋 copy color: '#099ACD'

red 9 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #099ACD

Tints of Pacific Blue #099ACD

RGB

 RED value IS 9 (3.91% from 255) = 2.45%

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

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

R = 2.45%
G = 41.85%
B = 55.71%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#099ACD (or 0x099ACD) is known color: Pacific Blue. HEX triplet: 09, 9A and CD. RGB value is (9,154,205). Sum of RGB (Red+Green+Blue) = 9+154+205=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #099ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ACD is #F66532. Grayscale: #747474. Windows color (decimal): -16147763 or 13474313. OLE color: 13474313.

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

Color convert

RGB 9 154 205 -
CMYK 0.96 0.25 0 0.20
HSL 195.61º 0.92% 0.42% -
HSV(B) 195.61º 0.96% 0.8% -
XYZ 22.69 27.58 61.88 -
YUV 116.46 177.96 51.35 -
System Red Green Blue C M Y K H S L
Decimal 9 154 205 0.96 0.25 0 0.20 195.61 0.92 0.42
Hex 9 9A CD 60 19 0 14 C4 5C 2A
Octal 11 232 315 140 31 0 24 304 134 52
Binary 1001 10011010 11001101 1100000 11001 0 10100 11000100 1011100 101010

Color Harmonies of #099ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ACD

Black with #099ACD

Text Example


Text Example

White with #099ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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