Html Css Color HEX #0993DC Pacific Blue

📋 copy color: '#0993DC'

red 9 ◦ green 147 ◦ blue 220

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

Shades of Pacific Blue #0993DC

Tints of Pacific Blue #0993DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

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

R = 2.39%
G = 39.1%
B = 58.51%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0993DC (or 0x0993DC) is known color: Pacific Blue. HEX triplet: 09, 93 and DC. RGB value is (9,147,220). Sum of RGB (Red+Green+Blue) = 9+147+220=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #0993DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993DC is #F66C23. Grayscale: #717171. Windows color (decimal): -16149540 or 14455561. OLE color: 14455561.

HSL color Cylindrical-coordinate representation of color #0993DC: hue angle of 200.76º 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 #0993DC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 147 220 -
CMYK 0.96 0.33 0 0.14
HSL 200.76º 0.92% 0.45% -
HSV(B) 200.76º 0.96% 0.86% -
XYZ 23.46 26.09 71.51 -
YUV 114.06 187.78 53.06 -
System Red Green Blue C M Y K H S L
Decimal 9 147 220 0.96 0.33 0 0.14 200.76 0.92 0.45
Hex 9 93 DC 60 21 0 E C9 5C 2D
Octal 11 223 334 140 41 0 16 311 134 55
Binary 1001 10010011 11011100 1100000 100001 0 1110 11001001 1011100 101101

Color Harmonies of #0993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993DC

Black with #0993DC

Text Example


Text Example

White with #0993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0993DC; }

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

 H1.HeaderClassName
 {
   color: #0993DC;
 }
 .AnyTagClassName
 {
   color: #0993DC;
 }
</style>

background-color css

<style>
 a { background-color: #0993DC; }

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

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

border-color css

<style>
 span { border-color: #0993DC; }

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

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