Html Css Color HEX #099DDD Pacific Blue

📋 copy color: '#099DDD'

red 9 ◦ green 157 ◦ blue 221

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

Shades of Pacific Blue #099DDD

Tints of Pacific Blue #099DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.57%

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 2.33%
G = 40.57%
B = 57.11%

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

#099DDD (or 0x099DDD) is known color: Pacific Blue. HEX triplet: 09, 9D and DD. RGB value is (9,157,221). Sum of RGB (Red+Green+Blue) = 9+157+221=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #099DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DDD is #F66222. Grayscale: #777777. Windows color (decimal): -16146979 or 14523657. OLE color: 14523657.

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

Color convert

RGB 9 157 221 -
CMYK 0.96 0.29 0 0.13
HSL 198.11º 0.92% 0.45% -
HSV(B) 198.11º 0.96% 0.87% -
XYZ 25.22 29.39 72.75 -
YUV 120.04 184.97 48.8 -
System Red Green Blue C M Y K H S L
Decimal 9 157 221 0.96 0.29 0 0.13 198.11 0.92 0.45
Hex 9 9D DD 60 1D 0 D C6 5C 2D
Octal 11 235 335 140 35 0 15 306 134 55
Binary 1001 10011101 11011101 1100000 11101 0 1101 11000110 1011100 101101

Color Harmonies of #099DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DDD

Black with #099DDD

Text Example


Text Example

White with #099DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,221); }

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

background-color css

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

 a { background-color: rgb(9,157,221); }

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

border-color css

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

 span { border-color: rgb(9,157,221); }

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