Html Css Color HEX #099FDA Pacific Blue

📋 copy color: '#099FDA'

red 9 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #099FDA

Tints of Pacific Blue #099FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 2.33%
G = 41.19%
B = 56.48%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#099FDA (or 0x099FDA) is known color: Pacific Blue. HEX triplet: 09, 9F and DA. RGB value is (9,159,218). Sum of RGB (Red+Green+Blue) = 9+159+218=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #099FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDA is #F66025. Grayscale: #787878. Windows color (decimal): -16146470 or 14327561. OLE color: 14327561.

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

Color convert

RGB 9 159 218 -
CMYK 0.96 0.27 0 0.15
HSL 196.94º 0.92% 0.45% -
HSV(B) 196.94º 0.96% 0.85% -
XYZ 25.17 29.92 70.78 -
YUV 120.88 182.81 48.2 -
System Red Green Blue C M Y K H S L
Decimal 9 159 218 0.96 0.27 0 0.15 196.94 0.92 0.45
Hex 9 9F DA 60 1B 0 F C5 5C 2D
Octal 11 237 332 140 33 0 17 305 134 55
Binary 1001 10011111 11011010 1100000 11011 0 1111 11000101 1011100 101101

Color Harmonies of #099FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FDA

Black with #099FDA

Text Example


Text Example

White with #099FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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