Html Css Color HEX #099FDF Pacific Blue

📋 copy color: '#099FDF'

red 9 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #099FDF

Tints of Pacific Blue #099FDF

RGB

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

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

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

R = 2.3%
G = 40.66%
B = 57.03%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#099FDF (or 0x099FDF) is known color: Pacific Blue. HEX triplet: 09, 9F and DF. RGB value is (9,159,223). Sum of RGB (Red+Green+Blue) = 9+159+223=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #099FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDF is #F66020. Grayscale: #797979. Windows color (decimal): -16146465 or 14655241. OLE color: 14655241.

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

Color convert

RGB 9 159 223 -
CMYK 0.96 0.29 0 0.13
HSL 197.94º 0.92% 0.45% -
HSV(B) 197.94º 0.96% 0.87% -
XYZ 25.83 30.18 74.28 -
YUV 121.45 185.31 47.8 -
System Red Green Blue C M Y K H S L
Decimal 9 159 223 0.96 0.29 0 0.13 197.94 0.92 0.45
Hex 9 9F DF 60 1D 0 D C6 5C 2D
Octal 11 237 337 140 35 0 15 306 134 55
Binary 1001 10011111 11011111 1100000 11101 0 1101 11000110 1011100 101101

Color Harmonies of #099FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FDF

Black with #099FDF

Text Example


Text Example

White with #099FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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