#0693AB

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

Shades of Bondi Blue #0693AB

Tints of Bondi Blue #0693AB

Color information

#0693AB (or 0x0693AB) is unknown color: approx Bondi Blue. HEX triplet: 06, 93 and AB. RGB value is (6,147,171). Sum of RGB (Red+Green+Blue) = 6+147+171=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0693AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0693AB is #F96C54. Grayscale: #6B6B6B. Windows color (decimal): -16346197 or 11244294. OLE color: 11244294.

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

Color convert

RGB6147171-
CMYK0.960.1400.33
HSL188.73º93.22%34.71%-
HSV(B)188.73º96.49%67.06%-
XYZ17.8623.8542.19-
YUV107.58163.7955.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=1.85%
G=45.37%
B=52.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61471710.960.1400.33188.7393.2234.71
Hex693AB60E021bd5d23
Octal62232531401604127513543
Binary1101001001110101011110000011100100001101111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0693AB; }

 p { color: rgb(6,147,171); }

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

<style>
 a { background-color: #0693AB; }

 a { background-color: rgb(6,147,171); }

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

<style>
 span { border-color: #0693AB; }

 span { border-color: rgb(6,147,171); }

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