Html Css Color HEX #0696BD Bondi Blue

📋 copy color: '#0696BD'

red 6 ◦ green 150 ◦ blue 189

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

Shades of Bondi Blue #0696BD

Tints of Bondi Blue #0696BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 1.74%
G = 43.48%
B = 54.78%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0696BD (or 0x0696BD) is known color: Bondi Blue. HEX triplet: 06, 96 and BD. RGB value is (6,150,189). Sum of RGB (Red+Green+Blue) = 6+150+189=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #0696BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696BD is #F96942. Grayscale: #6F6F6F. Windows color (decimal): -16345411 or 12424710. OLE color: 12424710.

HSL color Cylindrical-coordinate representation of color #0696BD: hue angle of 192.79º 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 #0696BD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 150 189 -
CMYK 0.97 0.21 0 0.26
HSL 192.79º 0.94% 0.38% -
HSV(B) 192.79º 0.97% 0.74% -
XYZ 20.17 25.53 52.01 -
YUV 111.39 171.79 52.83 -
System Red Green Blue C M Y K H S L
Decimal 6 150 189 0.97 0.21 0 0.26 192.79 0.94 0.38
Hex 6 96 BD 61 15 0 1A C1 5E 26
Octal 6 226 275 141 25 0 32 301 136 46
Binary 110 10010110 10111101 1100001 10101 0 11010 11000001 1011110 100110

Color Harmonies of #0696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696BD

Black with #0696BD

Text Example


Text Example

White with #0696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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