Html Css Color HEX #069BAB Bondi Blue

📋 copy color: '#069BAB'

red 6 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #069BAB

Tints of Bondi Blue #069BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 1.81%
G = 46.69%
B = 51.51%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069BAB (or 0x069BAB) is known color: Bondi Blue. HEX triplet: 06, 9B and AB. RGB value is (6,155,171). Sum of RGB (Red+Green+Blue) = 6+155+171=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #069BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069BAB is #F96454. Grayscale: #707070. Windows color (decimal): -16344149 or 11246342. OLE color: 11246342.

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

Color convert

RGB 6 155 171 -
CMYK 0.96 0.09 0 0.33
HSL 185.82º 0.93% 0.35% -
HSV(B) 185.82º 0.96% 0.67% -
XYZ 19.15 26.42 42.62 -
YUV 112.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 6 155 171 0.96 0.09 0 0.33 185.82 0.93 0.35
Hex 6 9B AB 60 9 0 21 BA 5D 23
Octal 6 233 253 140 11 0 41 272 135 43
Binary 110 10011011 10101011 1100000 1001 0 100001 10111010 1011101 100011

Color Harmonies of #069BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BAB

Black with #069BAB

Text Example


Text Example

White with #069BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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