Html Css Color HEX #069BA5 Bondi Blue

📋 copy color: '#069BA5'

red 6 ◦ green 155 ◦ blue 165

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

Shades of Bondi Blue #069BA5

Tints of Bondi Blue #069BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.55%

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 1.84%
G = 47.55%
B = 50.61%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#069BA5 (or 0x069BA5) is known color: Bondi Blue. HEX triplet: 06, 9B and A5. RGB value is (6,155,165). Sum of RGB (Red+Green+Blue) = 6+155+165=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #069BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069BA5 is #F9645A. Grayscale: #6F6F6F. Windows color (decimal): -16344155 or 10853126. OLE color: 10853126.

HSL color Cylindrical-coordinate representation of color #069BA5: hue angle of 183.77º 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 #069BA5 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 155 165 -
CMYK 0.96 0.06 0 0.35
HSL 183.77º 0.93% 0.34% -
HSV(B) 183.77º 0.96% 0.65% -
XYZ 18.59 26.2 39.67 -
YUV 111.59 158.14 52.69 -
System Red Green Blue C M Y K H S L
Decimal 6 155 165 0.96 0.06 0 0.35 183.77 0.93 0.34
Hex 6 9B A5 60 6 0 23 B8 5D 22
Octal 6 233 245 140 6 0 43 270 135 42
Binary 110 10011011 10100101 1100000 110 0 100011 10111000 1011101 100010

Color Harmonies of #069BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BA5

Black with #069BA5

Text Example


Text Example

White with #069BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #069BA5;
 }
 .AnyTagClassName
 {
   color: #069BA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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