#069EA5

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

Shades of Bondi Blue #069EA5

Tints of Bondi Blue #069EA5

Color information

#069EA5 (or 0x069EA5) is unknown color: approx Bondi Blue. HEX triplet: 06, 9E and A5. RGB value is (6,158,165). Sum of RGB (Red+Green+Blue) = 6+158+165=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #069EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069EA5 is #F9615A. Grayscale: #717171. Windows color (decimal): -16343387 or 10853894. OLE color: 10853894.

HSL color Cylindrical-coordinate representation of color #069EA5: hue angle of 182.64º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069EA5 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6158165-
CMYK0.960.0400.35
HSL182.64º92.98%33.53%-
HSV(B)182.64º96.36%64.71%-
XYZ19.0927.2139.84-
YUV113.35157.1451.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=1.82%
G=48.02%
B=50.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61581650.960.0400.35182.6492.9833.53
Hex69EA5604023b75d22
Octal6236245140404326713542
Binary110100111101010010111000001000100011101101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,158,165); }

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

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

 a { background-color: rgb(6,158,165); }

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

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

 span { border-color: rgb(6,158,165); }

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