Html Css Color HEX #0688BC Bondi Blue

📋 copy color: '#0688BC'

red 6 ◦ green 136 ◦ blue 188

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

Shades of Bondi Blue #0688BC

Tints of Bondi Blue #0688BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 1.82%
G = 41.21%
B = 56.97%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0688BC (or 0x0688BC) is known color: Bondi Blue. HEX triplet: 06, 88 and BC. RGB value is (6,136,188). Sum of RGB (Red+Green+Blue) = 6+136+188=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #0688BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688BC is #F97743. Grayscale: #666666. Windows color (decimal): -16348996 or 12355590. OLE color: 12355590.

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

Color convert

RGB 6 136 188 -
CMYK 0.97 0.28 0 0.26
HSL 197.14º 0.94% 0.38% -
HSV(B) 197.14º 0.97% 0.74% -
XYZ 17.96 21.28 50.74 -
YUV 103.06 175.93 58.77 -
System Red Green Blue C M Y K H S L
Decimal 6 136 188 0.97 0.28 0 0.26 197.14 0.94 0.38
Hex 6 88 BC 61 1C 0 1A C5 5E 26
Octal 6 210 274 141 34 0 32 305 136 46
Binary 110 10001000 10111100 1100001 11100 0 11010 11000101 1011110 100110

Color Harmonies of #0688BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0688BC

Black with #0688BC

Text Example


Text Example

White with #0688BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0688BC;
 }
 .AnyTagClassName
 {
   color: #0688BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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