#0696BC

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

Shades of Bondi Blue #0696BC

Tints of Bondi Blue #0696BC

Color information

#0696BC (or 0x0696BC) is unknown color: approx Bondi Blue. HEX triplet: 06, 96 and BC. RGB value is (6,150,188). Sum of RGB (Red+Green+Blue) = 6+150+188=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #0696BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696BC is #F96943. Grayscale: #6E6E6E. Windows color (decimal): -16345412 or 12359174. OLE color: 12359174.

HSL color Cylindrical-coordinate representation of color #0696BC: hue angle of 192.53º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696BC is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6150188-
CMYK0.970.2000.26
HSL192.53º93.81%38.04%-
HSV(B)192.53º96.81%73.73%-
XYZ20.0625.4851.44-
YUV111.28171.2952.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 188 (73.83% from 255) = 54.65%
R=1.74%
G=43.60%
B=54.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61501880.970.2000.26192.5393.8138.04
Hex696BC611401Ac15e26
Octal62262741412403230113646
Binary1101001011010111100110000110100011010110000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0696BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0696BC; }

 p { color: rgb(6,150,188); }

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

<style>
 a { background-color: #0696BC; }

 a { background-color: rgb(6,150,188); }

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

<style>
 span { border-color: #0696BC; }

 span { border-color: rgb(6,150,188); }

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