#069DB5

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

Shades of Bondi Blue #069DB5

Tints of Bondi Blue #069DB5

Color information

#069DB5 (or 0x069DB5) is unknown color: approx Bondi Blue. HEX triplet: 06, 9D and B5. RGB value is (6,157,181). Sum of RGB (Red+Green+Blue) = 6+157+181=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #069DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB5 is #F9624A. Grayscale: #727272. Windows color (decimal): -16343627 or 11902214. OLE color: 11902214.

HSL color Cylindrical-coordinate representation of color #069DB5: hue angle of 188.23º 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 #069DB5 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6157181-
CMYK0.970.1300.29
HSL188.23º93.58%36.67%-
HSV(B)188.23º96.69%70.98%-
XYZ20.4727.4947.94-
YUV114.59165.4750.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 181 (71.09% from 255) = 52.62%
R=1.74%
G=45.64%
B=52.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61571810.970.1300.29188.2393.5836.67
Hex69DB561D01Dbc5e25
Octal62352651411503527413645
Binary110100111011011010111000011101011101101111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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