#0893CE

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

Shades of Pacific Blue #0893CE

Tints of Pacific Blue #0893CE

Color information

#0893CE (or 0x0893CE) is unknown color: approx Pacific Blue. HEX triplet: 08, 93 and CE. RGB value is (8,147,206). Sum of RGB (Red+Green+Blue) = 8+147+206=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #0893CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893CE is #F76C31. Grayscale: #6F6F6F. Windows color (decimal): -16215090 or 13538056. OLE color: 13538056.

HSL color Cylindrical-coordinate representation of color #0893CE: hue angle of 197.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893CE is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8147206-
CMYK0.960.2900.19
HSL197.88º92.52%41.96%-
HSV(B)197.88º96.12%80.78%-
XYZ21.6725.3862.15-
YUV112.16180.9553.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.22%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=2.22%
G=40.72%
B=57.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81472060.960.2900.19197.8892.5241.96
Hex893CE601D013c65d2a
Octal102233161403502330613552
Binary10001001001111001110110000011101010011110001101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0893CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0893CE; }

 p { color: rgb(8,147,206); }

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

<style>
 a { background-color: #0893CE; }

 a { background-color: rgb(8,147,206); }

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

<style>
 span { border-color: #0893CE; }

 span { border-color: rgb(8,147,206); }

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