Html Css Color HEX #099DD1 Pacific Blue

📋 copy color: '#099DD1'

red 9 ◦ green 157 ◦ blue 209

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

Shades of Pacific Blue #099DD1

Tints of Pacific Blue #099DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 2.4%
G = 41.87%
B = 55.73%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#099DD1 (or 0x099DD1) is known color: Pacific Blue. HEX triplet: 09, 9D and D1. RGB value is (9,157,209). Sum of RGB (Red+Green+Blue) = 9+157+209=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #099DD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DD1 is #F6622E. Grayscale: #767676. Windows color (decimal): -16146991 or 13737225. OLE color: 13737225.

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

Color convert

RGB 9 157 209 -
CMYK 0.96 0.25 0 0.18
HSL 195.6º 0.92% 0.43% -
HSV(B) 195.6º 0.96% 0.82% -
XYZ 23.68 28.78 64.63 -
YUV 118.68 178.97 49.77 -
System Red Green Blue C M Y K H S L
Decimal 9 157 209 0.96 0.25 0 0.18 195.6 0.92 0.43
Hex 9 9D D1 60 19 0 12 C4 5C 2B
Octal 11 235 321 140 31 0 22 304 134 53
Binary 1001 10011101 11010001 1100000 11001 0 10010 11000100 1011100 101011

Color Harmonies of #099DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DD1

Black with #099DD1

Text Example


Text Example

White with #099DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,209); }

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

background-color css

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

 a { background-color: rgb(9,157,209); }

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

border-color css

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

 span { border-color: rgb(9,157,209); }

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