Html Css Color HEX #0393CD Pacific Blue

📋 copy color: '#0393CD'

red 3 ◦ green 147 ◦ blue 205

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

Shades of Pacific Blue #0393CD

Tints of Pacific Blue #0393CD

RGB

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

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

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

R = 0.85%
G = 41.41%
B = 57.75%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0393CD (or 0x0393CD) is known color: Pacific Blue. HEX triplet: 03, 93 and CD. RGB value is (3,147,205). Sum of RGB (Red+Green+Blue) = 3+147+205=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #0393CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393CD is #FC6C32. Grayscale: #6E6E6E. Windows color (decimal): -16542771 or 13472515. OLE color: 13472515.

HSL color Cylindrical-coordinate representation of color #0393CD: hue angle of 197.23º 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 #0393CD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 147 205 -
CMYK 0.99 0.28 0 0.20
HSL 197.23º 0.97% 0.41% -
HSV(B) 197.23º 0.99% 0.8% -
XYZ 21.49 25.29 61.51 -
YUV 110.56 181.29 51.28 -
System Red Green Blue C M Y K H S L
Decimal 3 147 205 0.99 0.28 0 0.20 197.23 0.97 0.41
Hex 3 93 CD 63 1C 0 14 C5 61 29
Octal 3 223 315 143 34 0 24 305 141 51
Binary 11 10010011 11001101 1100011 11100 0 10100 11000101 1100001 101001

Color Harmonies of #0393CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393CD

Black with #0393CD

Text Example


Text Example

White with #0393CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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