Html Css Color HEX #099ADF Pacific Blue

📋 copy color: '#099ADF'

red 9 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #099ADF

Tints of Pacific Blue #099ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 2.33%
G = 39.9%
B = 57.77%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#099ADF (or 0x099ADF) is known color: Pacific Blue. HEX triplet: 09, 9A and DF. RGB value is (9,154,223). Sum of RGB (Red+Green+Blue) = 9+154+223=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #099ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ADF is #F66520. Grayscale: #767676. Windows color (decimal): -16147745 or 14653961. OLE color: 14653961.

HSL color Cylindrical-coordinate representation of color #099ADF: hue angle of 199.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ADF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 154 223 -
CMYK 0.96 0.31 0 0.13
HSL 199.35º 0.92% 0.45% -
HSV(B) 199.35º 0.96% 0.87% -
XYZ 24.99 28.5 74 -
YUV 118.51 186.96 49.89 -
System Red Green Blue C M Y K H S L
Decimal 9 154 223 0.96 0.31 0 0.13 199.35 0.92 0.45
Hex 9 9A DF 60 1F 0 D C7 5C 2D
Octal 11 232 337 140 37 0 15 307 134 55
Binary 1001 10011010 11011111 1100000 11111 0 1101 11000111 1011100 101101

Color Harmonies of #099ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ADF

Black with #099ADF

Text Example


Text Example

White with #099ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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