Html Css Color HEX #07A3AB Bondi Blue

📋 copy color: '#07A3AB'

red 7 ◦ green 163 ◦ blue 171

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

Shades of Bondi Blue #07A3AB

Tints of Bondi Blue #07A3AB

RGB

 RED value IS 7 (3.13% from 255) = 2.05%

 GREEN value IS 163 (64.06% from 255) = 47.8%

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

R = 2.05%
G = 47.8%
B = 50.15%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A3AB (or 0x07A3AB) is known color: Bondi Blue. HEX triplet: 07, A3 and AB. RGB value is (7,163,171). Sum of RGB (Red+Green+Blue) = 7+163+171=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #07A3AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A3AB is #F85C54. Grayscale: #757575. Windows color (decimal): -16276565 or 11248391. OLE color: 11248391.

HSL color Cylindrical-coordinate representation of color #07A3AB: hue angle of 182.93º degrees, saturation: 0.92, 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 #07A3AB is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 163 171 -
CMYK 0.96 0.05 0 0.33
HSL 182.93º 0.92% 0.35% -
HSV(B) 182.93º 0.96% 0.67% -
XYZ 20.54 29.18 43.08 -
YUV 117.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 7 163 171 0.96 0.05 0 0.33 182.93 0.92 0.35
Hex 7 A3 AB 60 5 0 21 B7 5C 23
Octal 7 243 253 140 5 0 41 267 134 43
Binary 111 10100011 10101011 1100000 101 0 100001 10110111 1011100 100011

Color Harmonies of #07A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A3AB

Black with #07A3AB

Text Example


Text Example

White with #07A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A3AB; }

 p { color: rgb(7,163,171); }

 H1.HeaderClassName
 {
   color: #07A3AB;
 }
 .AnyTagClassName
 {
   color: #07A3AB;
 }
</style>

background-color css

<style>
 a { background-color: #07A3AB; }

 a { background-color: rgb(7,163,171); }

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

border-color css

<style>
 span { border-color: #07A3AB; }

 span { border-color: rgb(7,163,171); }

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