Html Css Color HEX #0993CD Pacific Blue

📋 copy color: '#0993CD'

red 9 ◦ green 147 ◦ blue 205

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

Shades of Pacific Blue #0993CD

Tints of Pacific Blue #0993CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 2.49%
G = 40.72%
B = 56.79%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0993CD (or 0x0993CD) is known color: Pacific Blue. HEX triplet: 09, 93 and CD. RGB value is (9,147,205). Sum of RGB (Red+Green+Blue) = 9+147+205=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #0993CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993CD is #F66C32. Grayscale: #6F6F6F. Windows color (decimal): -16149555 or 13472521. OLE color: 13472521.

HSL color Cylindrical-coordinate representation of color #0993CD: hue angle of 197.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993CD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 147 205 -
CMYK 0.96 0.28 0 0.20
HSL 197.76º 0.92% 0.42% -
HSV(B) 197.76º 0.96% 0.8% -
XYZ 21.57 25.33 61.51 -
YUV 112.35 180.28 54.28 -
System Red Green Blue C M Y K H S L
Decimal 9 147 205 0.96 0.28 0 0.20 197.76 0.92 0.42
Hex 9 93 CD 60 1C 0 14 C6 5C 2A
Octal 11 223 315 140 34 0 24 306 134 52
Binary 1001 10010011 11001101 1100000 11100 0 10100 11000110 1011100 101010

Color Harmonies of #0993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993CD

Black with #0993CD

Text Example


Text Example

White with #0993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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