#068EBF

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

Shades of Bondi Blue #068EBF

Tints of Bondi Blue #068EBF

Color information

#068EBF (or 0x068EBF) is unknown color: approx Bondi Blue. HEX triplet: 06, 8E and BF. RGB value is (6,142,191). Sum of RGB (Red+Green+Blue) = 6+142+191=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #068EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EBF is #F97140. Grayscale: #6A6A6A. Windows color (decimal): -16347457 or 12553734. OLE color: 12553734.

HSL color Cylindrical-coordinate representation of color #068EBF: hue angle of 195.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EBF is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6142191-
CMYK0.970.2600.25
HSL195.89º93.91%38.63%-
HSV(B)195.89º96.86%74.9%-
XYZ19.1523.1552.75-
YUV106.92175.4456.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 191 (75% from 255) = 56.34%
R=1.77%
G=41.89%
B=56.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61421910.970.2600.25195.8993.9138.63
Hex68EBF611A019c45e27
Octal62162771413203130413647
Binary1101000111010111111110000111010011001110001001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068EBF; }

 p { color: rgb(6,142,191); }

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

<style>
 a { background-color: #068EBF; }

 a { background-color: rgb(6,142,191); }

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

<style>
 span { border-color: #068EBF; }

 span { border-color: rgb(6,142,191); }

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