Html Css Color HEX #0993C6 Pacific Blue

📋 copy color: '#0993C6'

red 9 ◦ green 147 ◦ blue 198

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

Shades of Pacific Blue #0993C6

Tints of Pacific Blue #0993C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.93%

R = 2.54%
G = 41.53%
B = 55.93%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0993C6 (or 0x0993C6) is known color: Pacific Blue. HEX triplet: 09, 93 and C6. RGB value is (9,147,198). Sum of RGB (Red+Green+Blue) = 9+147+198=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #0993C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993C6 is #F66C39. Grayscale: #6F6F6F. Windows color (decimal): -16149562 or 13013769. OLE color: 13013769.

HSL color Cylindrical-coordinate representation of color #0993C6: hue angle of 196.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0993C6 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 147 198 -
CMYK 0.95 0.26 0 0.22
HSL 196.19º 0.91% 0.41% -
HSV(B) 196.19º 0.95% 0.78% -
XYZ 20.74 25 57.16 -
YUV 111.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 9 147 198 0.95 0.26 0 0.22 196.19 0.91 0.41
Hex 9 93 C6 5F 1A 0 16 C4 5B 29
Octal 11 223 306 137 32 0 26 304 133 51
Binary 1001 10010011 11000110 1011111 11010 0 10110 11000100 1011011 101001

Color Harmonies of #0993C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993C6

Black with #0993C6

Text Example


Text Example

White with #0993C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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