Html Css Color HEX #099EDD Pacific Blue

📋 copy color: '#099EDD'

red 9 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #099EDD

Tints of Pacific Blue #099EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.72%

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

R = 2.32%
G = 40.72%
B = 56.96%

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

#099EDD (or 0x099EDD) is known color: Pacific Blue. HEX triplet: 09, 9E and DD. RGB value is (9,158,221). Sum of RGB (Red+Green+Blue) = 9+158+221=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #099EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EDD is #F66122. Grayscale: #787878. Windows color (decimal): -16146723 or 14523913. OLE color: 14523913.

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

Color convert

RGB 9 158 221 -
CMYK 0.96 0.29 0 0.13
HSL 197.83º 0.92% 0.45% -
HSV(B) 197.83º 0.96% 0.87% -
XYZ 25.39 29.73 72.81 -
YUV 120.63 184.64 48.38 -
System Red Green Blue C M Y K H S L
Decimal 9 158 221 0.96 0.29 0 0.13 197.83 0.92 0.45
Hex 9 9E DD 60 1D 0 D C6 5C 2D
Octal 11 236 335 140 35 0 15 306 134 55
Binary 1001 10011110 11011101 1100000 11101 0 1101 11000110 1011100 101101

Color Harmonies of #099EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EDD

Black with #099EDD

Text Example


Text Example

White with #099EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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