Html Css Color HEX #0696BC Bondi Blue

📋 copy color: '#0696BC'

red 6 ◦ green 150 ◦ blue 188

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

Shades of Bondi Blue #0696BC

Tints of Bondi Blue #0696BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 1.74%
G = 43.6%
B = 54.65%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0696BC (or 0x0696BC) is known color: 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

RGB 6 150 188 -
CMYK 0.97 0.20 0 0.26
HSL 192.53º 0.94% 0.38% -
HSV(B) 192.53º 0.97% 0.74% -
XYZ 20.06 25.48 51.44 -
YUV 111.28 171.29 52.91 -
System Red Green Blue C M Y K H S L
Decimal 6 150 188 0.97 0.20 0 0.26 192.53 0.94 0.38
Hex 6 96 BC 61 14 0 1A C1 5E 26
Octal 6 226 274 141 24 0 32 301 136 46
Binary 110 10010110 10111100 1100001 10100 0 11010 11000001 1011110 100110

Color Harmonies of #0696BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696BC

Black with #0696BC

Text Example


Text Example

White with #0696BC

Text Example


Text Example

HTML Codes & Css Web 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>