Html Css Color HEX #099EDC Pacific Blue

📋 copy color: '#099EDC'

red 9 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #099EDC

Tints of Pacific Blue #099EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 2.33%
G = 40.83%
B = 56.85%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#099EDC (or 0x099EDC) is known color: Pacific Blue. HEX triplet: 09, 9E and DC. RGB value is (9,158,220). Sum of RGB (Red+Green+Blue) = 9+158+220=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #099EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EDC is #F66123. Grayscale: #787878. Windows color (decimal): -16146724 or 14458377. OLE color: 14458377.

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

Color convert

RGB 9 158 220 -
CMYK 0.96 0.28 0 0.14
HSL 197.63º 0.92% 0.45% -
HSV(B) 197.63º 0.96% 0.86% -
XYZ 25.26 29.68 72.11 -
YUV 120.52 184.14 48.46 -
System Red Green Blue C M Y K H S L
Decimal 9 158 220 0.96 0.28 0 0.14 197.63 0.92 0.45
Hex 9 9E DC 60 1C 0 E C6 5C 2D
Octal 11 236 334 140 34 0 16 306 134 55
Binary 1001 10011110 11011100 1100000 11100 0 1110 11000110 1011100 101101

Color Harmonies of #099EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EDC

Black with #099EDC

Text Example


Text Example

White with #099EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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