Html Css Color HEX #099ED1 Pacific Blue

📋 copy color: '#099ED1'

red 9 ◦ green 158 ◦ blue 209

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

Shades of Pacific Blue #099ED1

Tints of Pacific Blue #099ED1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

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

R = 2.39%
G = 42.02%
B = 55.59%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#099ED1 (or 0x099ED1) is known color: Pacific Blue. HEX triplet: 09, 9E and D1. RGB value is (9,158,209). Sum of RGB (Red+Green+Blue) = 9+158+209=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #099ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ED1 is #F6612E. Grayscale: #767676. Windows color (decimal): -16146735 or 13737481. OLE color: 13737481.

HSL color Cylindrical-coordinate representation of color #099ED1: hue angle of 195.3º 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 #099ED1 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 9 158 209 -
CMYK 0.96 0.24 0 0.18
HSL 195.3º 0.92% 0.43% -
HSV(B) 195.3º 0.96% 0.82% -
XYZ 23.85 29.12 64.68 -
YUV 119.26 178.64 49.35 -
System Red Green Blue C M Y K H S L
Decimal 9 158 209 0.96 0.24 0 0.18 195.3 0.92 0.43
Hex 9 9E D1 60 18 0 12 C3 5C 2B
Octal 11 236 321 140 30 0 22 303 134 53
Binary 1001 10011110 11010001 1100000 11000 0 10010 11000011 1011100 101011

Color Harmonies of #099ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ED1

Black with #099ED1

Text Example


Text Example

White with #099ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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