Html Css Color HEX #0993D7 Pacific Blue

📋 copy color: '#0993D7'

red 9 ◦ green 147 ◦ blue 215

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

Shades of Pacific Blue #0993D7

Tints of Pacific Blue #0993D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.95%

R = 2.43%
G = 39.62%
B = 57.95%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0993D7 (or 0x0993D7) is known color: Pacific Blue. HEX triplet: 09, 93 and D7. RGB value is (9,147,215). Sum of RGB (Red+Green+Blue) = 9+147+215=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #0993D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993D7 is #F66C28. Grayscale: #717171. Windows color (decimal): -16149545 or 14127881. OLE color: 14127881.

HSL color Cylindrical-coordinate representation of color #0993D7: hue angle of 199.81º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993D7 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 147 215 -
CMYK 0.96 0.32 0 0.16
HSL 199.81º 0.92% 0.44% -
HSV(B) 199.81º 0.96% 0.84% -
XYZ 22.81 25.83 68.07 -
YUV 113.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 9 147 215 0.96 0.32 0 0.16 199.81 0.92 0.44
Hex 9 93 D7 60 20 0 10 C8 5C 2C
Octal 11 223 327 140 40 0 20 310 134 54
Binary 1001 10010011 11010111 1100000 100000 0 10000 11001000 1011100 101100

Color Harmonies of #0993D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993D7

Black with #0993D7

Text Example


Text Example

White with #0993D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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