Html Css Color HEX #099FBD Pacific Blue

📋 copy color: '#099FBD'

red 9 ◦ green 159 ◦ blue 189

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

Shades of Pacific Blue #099FBD

Tints of Pacific Blue #099FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 2.52%
G = 44.54%
B = 52.94%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#099FBD (or 0x099FBD) is known color: Pacific Blue. HEX triplet: 09, 9F and BD. RGB value is (9,159,189). Sum of RGB (Red+Green+Blue) = 9+159+189=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #099FBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FBD is #F66042. Grayscale: #757575. Windows color (decimal): -16146499 or 12427017. OLE color: 12427017.

HSL color Cylindrical-coordinate representation of color #099FBD: hue angle of 190º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099FBD is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 159 189 -
CMYK 0.95 0.16 0 0.26
HSL 190º 0.91% 0.39% -
HSV(B) 190º 0.95% 0.74% -
XYZ 21.7 28.53 52.51 -
YUV 117.57 168.31 50.56 -
System Red Green Blue C M Y K H S L
Decimal 9 159 189 0.95 0.16 0 0.26 190 0.91 0.39
Hex 9 9F BD 5F 10 0 1A BE 5B 27
Octal 11 237 275 137 20 0 32 276 133 47
Binary 1001 10011111 10111101 1011111 10000 0 11010 10111110 1011011 100111

Color Harmonies of #099FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FBD

Black with #099FBD

Text Example


Text Example

White with #099FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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