Html Css Color HEX #0696AC Bondi Blue

📋 copy color: '#0696AC'

red 6 ◦ green 150 ◦ blue 172

#0696AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0696AC

Tints of Bondi Blue #0696AC

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

 GREEN value IS 150 (58.98% from 255) = 45.73%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 1.83%
G = 45.73%
B = 52.44%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0696AC (or 0x0696AC) is known color: Bondi Blue. HEX triplet: 06, 96 and AC. RGB value is (6,150,172). Sum of RGB (Red+Green+Blue) = 6+150+172=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #0696AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0696AC is #F96953. Grayscale: #6D6D6D. Windows color (decimal): -16345428 or 11310598. OLE color: 11310598.

HSL color Cylindrical-coordinate representation of color #0696AC: hue angle of 187.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696AC is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 150 172 -
CMYK 0.97 0.13 0 0.33
HSL 187.95º 0.93% 0.35% -
HSV(B) 187.95º 0.97% 0.67% -
XYZ 18.43 24.83 42.85 -
YUV 109.45 163.29 54.21 -
System Red Green Blue C M Y K H S L
Decimal 6 150 172 0.97 0.13 0 0.33 187.95 0.93 0.35
Hex 6 96 AC 61 D 0 21 BC 5D 23
Octal 6 226 254 141 15 0 41 274 135 43
Binary 110 10010110 10101100 1100001 1101 0 100001 10111100 1011101 100011

Color Harmonies of #0696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696AC

Black with #0696AC

Text Example


Text Example

White with #0696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0696AC;
 }
 .AnyTagClassName
 {
   color: #0696AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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