#078FBB

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

Shades of Bondi Blue #078FBB

Tints of Bondi Blue #078FBB

Color information

#078FBB (or 0x078FBB) is unknown color: approx Bondi Blue. HEX triplet: 07, 8F and BB. RGB value is (7,143,187). Sum of RGB (Red+Green+Blue) = 7+143+187=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #078FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FBB is #F87044. Grayscale: #6B6B6B. Windows color (decimal): -16281669 or 12291847. OLE color: 12291847.

HSL color Cylindrical-coordinate representation of color #078FBB: hue angle of 194.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FBB is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7143187-
CMYK0.960.2400.27
HSL194.67º92.78%38.04%-
HSV(B)194.67º96.26%73.33%-
XYZ18.8823.2850.51-
YUV107.35172.9456.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=2.08%
G=42.43%
B=55.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71431870.960.2400.27194.6792.7838.04
Hex78FBB601801Bc35d26
Octal72172731403003330313546
Binary1111000111110111011110000011000011011110000111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078FBB; }

 p { color: rgb(7,143,187); }

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

<style>
 a { background-color: #078FBB; }

 a { background-color: rgb(7,143,187); }

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

<style>
 span { border-color: #078FBB; }

 span { border-color: rgb(7,143,187); }

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