#0788B3

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

Shades of Bondi Blue #0788B3

Tints of Bondi Blue #0788B3

Color information

#0788B3 (or 0x0788B3) is unknown color: approx Bondi Blue. HEX triplet: 07, 88 and B3. RGB value is (7,136,179). Sum of RGB (Red+Green+Blue) = 7+136+179=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #0788B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788B3 is #F8774C. Grayscale: #666666. Windows color (decimal): -16283469 or 11765767. OLE color: 11765767.

HSL color Cylindrical-coordinate representation of color #0788B3: hue angle of 195º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0788B3 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7136179-
CMYK0.960.2400.30
HSL195º92.47%36.47%-
HSV(B)195º96.09%70.2%-
XYZ17.0320.9145.79-
YUV102.33171.2660-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.17%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=2.17%
G=42.24%
B=55.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71361790.960.2400.3019592.4736.47
Hex788B3601801Ec35c24
Octal72102631403003630313444
Binary1111000100010110011110000011000011110110000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0788B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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