Html Css Color HEX #0795AC Bondi Blue

📋 copy color: '#0795AC'

red 7 ◦ green 149 ◦ blue 172

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

Shades of Bondi Blue #0795AC

Tints of Bondi Blue #0795AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 2.13%
G = 45.43%
B = 52.44%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0795AC (or 0x0795AC) is known color: Bondi Blue. HEX triplet: 07, 95 and AC. RGB value is (7,149,172). Sum of RGB (Red+Green+Blue) = 7+149+172=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #0795AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0795AC is #F86A53. Grayscale: #6C6C6C. Windows color (decimal): -16280148 or 11310343. OLE color: 11310343.

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

Color convert

RGB 7 149 172 -
CMYK 0.96 0.13 0 0.33
HSL 188.36º 0.92% 0.35% -
HSV(B) 188.36º 0.96% 0.67% -
XYZ 18.28 24.52 42.8 -
YUV 109.16 163.46 55.13 -
System Red Green Blue C M Y K H S L
Decimal 7 149 172 0.96 0.13 0 0.33 188.36 0.92 0.35
Hex 7 95 AC 60 D 0 21 BC 5C 23
Octal 7 225 254 140 15 0 41 274 134 43
Binary 111 10010101 10101100 1100000 1101 0 100001 10111100 1011100 100011

Color Harmonies of #0795AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0795AC

Black with #0795AC

Text Example


Text Example

White with #0795AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0795AC; }

 p { color: rgb(7,149,172); }

 H1.HeaderClassName
 {
   color: #0795AC;
 }
 .AnyTagClassName
 {
   color: #0795AC;
 }
</style>

background-color css

<style>
 a { background-color: #0795AC; }

 a { background-color: rgb(7,149,172); }

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

border-color css

<style>
 span { border-color: #0795AC; }

 span { border-color: rgb(7,149,172); }

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