Html Css Color HEX #0393DB Pacific Blue

📋 copy color: '#0393DB'

red 3 ◦ green 147 ◦ blue 219

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

Shades of Pacific Blue #0393DB

Tints of Pacific Blue #0393DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 0.81%
G = 39.84%
B = 59.35%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0393DB (or 0x0393DB) is known color: Pacific Blue. HEX triplet: 03, 93 and DB. RGB value is (3,147,219). Sum of RGB (Red+Green+Blue) = 3+147+219=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #0393DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393DB is #FC6C24. Grayscale: #6F6F6F. Windows color (decimal): -16542757 or 14390019. OLE color: 14390019.

HSL color Cylindrical-coordinate representation of color #0393DB: hue angle of 200º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0393DB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 147 219 -
CMYK 0.99 0.33 0 0.14
HSL 200º 0.97% 0.44% -
HSV(B) 200º 0.99% 0.86% -
XYZ 23.26 26 70.81 -
YUV 112.15 188.29 50.15 -
System Red Green Blue C M Y K H S L
Decimal 3 147 219 0.99 0.33 0 0.14 200 0.97 0.44
Hex 3 93 DB 63 21 0 E C8 61 2C
Octal 3 223 333 143 41 0 16 310 141 54
Binary 11 10010011 11011011 1100011 100001 0 1110 11001000 1100001 101100

Color Harmonies of #0393DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393DB

Black with #0393DB

Text Example


Text Example

White with #0393DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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