Html Css Color HEX #07A1B5 Bondi Blue

📋 copy color: '#07A1B5'

red 7 ◦ green 161 ◦ blue 181

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

Shades of Bondi Blue #07A1B5

Tints of Bondi Blue #07A1B5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

 BLUE value IS 181 (71.09% from 255) = 51.86%

R = 2.01%
G = 46.13%
B = 51.86%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07A1B5 (or 0x07A1B5) is known color: Bondi Blue. HEX triplet: 07, A1 and B5. RGB value is (7,161,181). Sum of RGB (Red+Green+Blue) = 7+161+181=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #07A1B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1B5 is #F85E4A. Grayscale: #747474. Windows color (decimal): -16277067 or 11903239. OLE color: 11903239.

HSL color Cylindrical-coordinate representation of color #07A1B5: hue angle of 186.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A1B5 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 161 181 -
CMYK 0.96 0.11 0 0.29
HSL 186.9º 0.93% 0.37% -
HSV(B) 186.9º 0.96% 0.71% -
XYZ 21.17 28.87 48.17 -
YUV 117.23 163.98 49.37 -
System Red Green Blue C M Y K H S L
Decimal 7 161 181 0.96 0.11 0 0.29 186.9 0.93 0.37
Hex 7 A1 B5 60 B 0 1D BB 5D 25
Octal 7 241 265 140 13 0 35 273 135 45
Binary 111 10100001 10110101 1100000 1011 0 11101 10111011 1011101 100101

Color Harmonies of #07A1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A1B5

Black with #07A1B5

Text Example


Text Example

White with #07A1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,161,181); }

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

background-color css

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

 a { background-color: rgb(7,161,181); }

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

border-color css

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

 span { border-color: rgb(7,161,181); }

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