Html Css Color HEX #069ABC Bondi Blue

📋 copy color: '#069ABC'

red 6 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #069ABC

Tints of Bondi Blue #069ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.25%

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 1.72%
G = 44.25%
B = 54.02%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#069ABC (or 0x069ABC) is known color: Bondi Blue. HEX triplet: 06, 9A and BC. RGB value is (6,154,188). Sum of RGB (Red+Green+Blue) = 6+154+188=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #069ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ABC is #F96543. Grayscale: #717171. Windows color (decimal): -16344388 or 12360198. OLE color: 12360198.

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

Color convert

RGB 6 154 188 -
CMYK 0.97 0.18 0 0.26
HSL 191.21º 0.94% 0.38% -
HSV(B) 191.21º 0.97% 0.74% -
XYZ 20.71 26.78 51.65 -
YUV 113.62 169.97 51.24 -
System Red Green Blue C M Y K H S L
Decimal 6 154 188 0.97 0.18 0 0.26 191.21 0.94 0.38
Hex 6 9A BC 61 12 0 1A BF 5E 26
Octal 6 232 274 141 22 0 32 277 136 46
Binary 110 10011010 10111100 1100001 10010 0 11010 10111111 1011110 100110

Color Harmonies of #069ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069ABC

Black with #069ABC

Text Example


Text Example

White with #069ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,154,188); }

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

background-color css

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

 a { background-color: rgb(6,154,188); }

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

border-color css

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

 span { border-color: rgb(6,154,188); }

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