Html Css Color HEX #099FD3 Pacific Blue

📋 copy color: '#099FD3'

red 9 ◦ green 159 ◦ blue 211

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

Shades of Pacific Blue #099FD3

Tints of Pacific Blue #099FD3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 211 (82.81% from 255) = 55.67%

R = 2.37%
G = 41.95%
B = 55.67%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#099FD3 (or 0x099FD3) is known color: Pacific Blue. HEX triplet: 09, 9F and D3. RGB value is (9,159,211). Sum of RGB (Red+Green+Blue) = 9+159+211=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #099FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FD3 is #F6602C. Grayscale: #777777. Windows color (decimal): -16146477 or 13868809. OLE color: 13868809.

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

Color convert

RGB 9 159 211 -
CMYK 0.96 0.25 0 0.17
HSL 195.45º 0.92% 0.43% -
HSV(B) 195.45º 0.96% 0.83% -
XYZ 24.27 29.56 66.05 -
YUV 120.08 179.31 48.77 -
System Red Green Blue C M Y K H S L
Decimal 9 159 211 0.96 0.25 0 0.17 195.45 0.92 0.43
Hex 9 9F D3 60 19 0 11 C3 5C 2B
Octal 11 237 323 140 31 0 21 303 134 53
Binary 1001 10011111 11010011 1100000 11001 0 10001 11000011 1011100 101011

Color Harmonies of #099FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FD3

Black with #099FD3

Text Example


Text Example

White with #099FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,159,211); }

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

background-color css

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

 a { background-color: rgb(9,159,211); }

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

border-color css

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

 span { border-color: rgb(9,159,211); }

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