Html Css Color HEX #0798AB Bondi Blue

📋 copy color: '#0798AB'

red 7 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0798AB

Tints of Bondi Blue #0798AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

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

R = 2.12%
G = 46.06%
B = 51.82%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0798AB (or 0x0798AB) is known color: Bondi Blue. HEX triplet: 07, 98 and AB. RGB value is (7,152,171). Sum of RGB (Red+Green+Blue) = 7+152+171=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0798AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0798AB is #F86754. Grayscale: #6E6E6E. Windows color (decimal): -16279381 or 11245575. OLE color: 11245575.

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

Color convert

RGB 7 152 171 -
CMYK 0.96 0.11 0 0.33
HSL 186.95º 0.92% 0.35% -
HSV(B) 186.95º 0.96% 0.67% -
XYZ 18.67 25.44 42.46 -
YUV 110.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 7 152 171 0.96 0.11 0 0.33 186.95 0.92 0.35
Hex 7 98 AB 60 B 0 21 BB 5C 23
Octal 7 230 253 140 13 0 41 273 134 43
Binary 111 10011000 10101011 1100000 1011 0 100001 10111011 1011100 100011

Color Harmonies of #0798AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0798AB

Black with #0798AB

Text Example


Text Example

White with #0798AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0798AB; }

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

 H1.HeaderClassName
 {
   color: #0798AB;
 }
 .AnyTagClassName
 {
   color: #0798AB;
 }
</style>

background-color css

<style>
 a { background-color: #0798AB; }

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

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

border-color css

<style>
 span { border-color: #0798AB; }

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

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