Html Css Color HEX #0093CC Pacific Blue

📋 copy color: '#0093CC'

red 0 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #0093CC

Tints of Pacific Blue #0093CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.88%
B = 58.12%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0093CC (or 0x0093CC) is known color: Pacific Blue. HEX triplet: 00, 93 and CC. RGB value is (0,147,204). Sum of RGB (Red+Green+Blue) = 0+147+204=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #0093CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093CC is #FF6C33. Grayscale: #6D6D6D. Windows color (decimal): -16739380 or 13406976. OLE color: 13406976.

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

Color convert

RGB 0 147 204 -
CMYK 1 0.28 0 0.2
HSL 196.76º 1% 0.4% -
HSV(B) 196.76º 1% 0.8% -
XYZ 21.33 25.23 60.87 -
YUV 109.55 181.3 49.87 -
System Red Green Blue C M Y K H S L
Decimal 0 147 204 1 0.28 0 0.2 196.76 1 0.4
Hex 0 93 CC 64 1C 0 14 C5 64 28
Octal 0 223 314 144 34 0 24 305 144 50
Binary 0 10010011 11001100 1100100 11100 0 10100 11000101 1100100 101000

Color Harmonies of #0093CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0093CC

Black with #0093CC

Text Example


Text Example

White with #0093CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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