#0093CA

Color #0093CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0093CA

Tints of Pacific Blue #0093CA

Color information

#0093CA (or 0x0093CA) is unknown color: approx Pacific Blue. HEX triplet: 00, 93 and CA. RGB value is (0,147,202). Sum of RGB (Red+Green+Blue) = 0+147+202=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #0093CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093CA is #FF6C35. Grayscale: #6C6C6C. Windows color (decimal): -16739382 or 13275904. OLE color: 13275904.

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

Color convert

RGB0147202-
CMYK10.2700.21
HSL196.34º100%39.61%-
HSV(B)196.34º100%79.22%-
XYZ21.0925.1359.62-
YUV109.32180.350.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=0%
G=42.12%
B=57.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal014720210.2700.21196.3410039.61
Hex093CA641B015c46428
Octal02233121443302530414450
Binary01001001111001010110010011011010101110001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0093CA;
 }
 .AnyTagClassName
 {
   color: #0093CA;
 }
</style>
background-color css

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

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

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

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

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

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