Html Css Color HEX #069EBA Bondi Blue

📋 copy color: '#069EBA'

red 6 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #069EBA

Tints of Bondi Blue #069EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 1.71%
G = 45.14%
B = 53.14%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#069EBA (or 0x069EBA) is known color: Bondi Blue. HEX triplet: 06, 9E and BA. RGB value is (6,158,186). Sum of RGB (Red+Green+Blue) = 6+158+186=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #069EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EBA is #F96145. Grayscale: #737373. Windows color (decimal): -16343366 or 12230150. OLE color: 12230150.

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

Color convert

RGB 6 158 186 -
CMYK 0.97 0.15 0 0.27
HSL 189.33º 0.94% 0.38% -
HSV(B) 189.33º 0.97% 0.73% -
XYZ 21.16 28.04 50.75 -
YUV 115.74 167.64 49.72 -
System Red Green Blue C M Y K H S L
Decimal 6 158 186 0.97 0.15 0 0.27 189.33 0.94 0.38
Hex 6 9E BA 61 F 0 1B BD 5E 26
Octal 6 236 272 141 17 0 33 275 136 46
Binary 110 10011110 10111010 1100001 1111 0 11011 10111101 1011110 100110

Color Harmonies of #069EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EBA

Black with #069EBA

Text Example


Text Example

White with #069EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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