#069AB5

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

Shades of Bondi Blue #069AB5

Tints of Bondi Blue #069AB5

Color information

#069AB5 (or 0x069AB5) is unknown color: approx Bondi Blue. HEX triplet: 06, 9A and B5. RGB value is (6,154,181). Sum of RGB (Red+Green+Blue) = 6+154+181=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #069AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069AB5 is #F9654A. Grayscale: #707070. Windows color (decimal): -16344395 or 11901446. OLE color: 11901446.

HSL color Cylindrical-coordinate representation of color #069AB5: hue angle of 189.26º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069AB5 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6154181-
CMYK0.970.1500.29
HSL189.26º93.58%36.67%-
HSV(B)189.26º96.69%70.98%-
XYZ19.9726.4947.78-
YUV112.83166.4751.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.76%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=1.76%
G=45.16%
B=53.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61541810.970.1500.29189.2693.5836.67
Hex69AB561F01Dbd5e25
Octal62322651411703527513645
Binary110100110101011010111000011111011101101111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069AB5; }

 p { color: rgb(6,154,181); }

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

<style>
 a { background-color: #069AB5; }

 a { background-color: rgb(6,154,181); }

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

<style>
 span { border-color: #069AB5; }

 span { border-color: rgb(6,154,181); }

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