#0788A5

Color #0788A5 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0788A5

Tints of Eastern Blue #0788A5

Color information

#0788A5 (or 0x0788A5) is unknown color: approx Eastern Blue. HEX triplet: 07, 88 and A5. RGB value is (7,136,165). Sum of RGB (Red+Green+Blue) = 7+136+165=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #0788A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0788A5 is #F8775A. Grayscale: #646464. Windows color (decimal): -16283483 or 10848263. OLE color: 10848263.

HSL color Cylindrical-coordinate representation of color #0788A5: hue angle of 191.01º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0788A5 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7136165-
CMYK0.960.1800.35
HSL191.01º91.86%33.73%-
HSV(B)191.01º95.76%64.71%-
XYZ15.6820.3738.7-
YUV100.74164.2661.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 165 (64.84% from 255) = 53.57%
R=2.27%
G=44.16%
B=53.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71361650.960.1800.35191.0191.8633.73
Hex788A56012023bf5c22
Octal72102451402204327713442
Binary11110001000101001011100000100100100011101111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0788A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0788A5; }

 p { color: rgb(7,136,165); }

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

<style>
 a { background-color: #0788A5; }

 a { background-color: rgb(7,136,165); }

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

<style>
 span { border-color: #0788A5; }

 span { border-color: rgb(7,136,165); }

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