Html Css Color HEX #0393CC Pacific Blue

📋 copy color: '#0393CC'

red 3 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #0393CC

Tints of Pacific Blue #0393CC

RGB

 RED value IS 3 (1.56% from 255) = 0.85%

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 0.85%
G = 41.53%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0393CC (or 0x0393CC) is known color: Pacific Blue. HEX triplet: 03, 93 and CC. RGB value is (3,147,204). Sum of RGB (Red+Green+Blue) = 3+147+204=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #0393CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393CC is #FC6C33. Grayscale: #6E6E6E. Windows color (decimal): -16542772 or 13406979. OLE color: 13406979.

HSL color Cylindrical-coordinate representation of color #0393CC: hue angle of 197.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0393CC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 147 204 -
CMYK 0.99 0.28 0 0.2
HSL 197.01º 0.97% 0.41% -
HSV(B) 197.01º 0.99% 0.8% -
XYZ 21.37 25.25 60.87 -
YUV 110.44 180.79 51.37 -
System Red Green Blue C M Y K H S L
Decimal 3 147 204 0.99 0.28 0 0.2 197.01 0.97 0.41
Hex 3 93 CC 63 1C 0 14 C5 61 29
Octal 3 223 314 143 34 0 24 305 141 51
Binary 11 10010011 11001100 1100011 11100 0 10100 11000101 1100001 101001

Color Harmonies of #0393CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393CC

Black with #0393CC

Text Example


Text Example

White with #0393CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0393CC; }

 p { color: rgb(3,147,204); }

 H1.HeaderClassName
 {
   color: #0393CC;
 }
 .AnyTagClassName
 {
   color: #0393CC;
 }
</style>

background-color css

<style>
 a { background-color: #0393CC; }

 a { background-color: rgb(3,147,204); }

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

border-color css

<style>
 span { border-color: #0393CC; }

 span { border-color: rgb(3,147,204); }

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