Html Css Color HEX #0799B4 Bondi Blue

📋 copy color: '#0799B4'

red 7 ◦ green 153 ◦ blue 180

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

Shades of Bondi Blue #0799B4

Tints of Bondi Blue #0799B4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 2.06%
G = 45%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0799B4 (or 0x0799B4) is known color: Bondi Blue. HEX triplet: 07, 99 and B4. RGB value is (7,153,180). Sum of RGB (Red+Green+Blue) = 7+153+180=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #0799B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0799B4 is #F8664B. Grayscale: #707070. Windows color (decimal): -16279116 or 11835655. OLE color: 11835655.

HSL color Cylindrical-coordinate representation of color #0799B4: hue angle of 189.36º 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 #0799B4 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 153 180 -
CMYK 0.96 0.15 0 0.29
HSL 189.36º 0.93% 0.37% -
HSV(B) 189.36º 0.96% 0.71% -
XYZ 19.72 26.12 47.18 -
YUV 112.42 166.13 52.8 -
System Red Green Blue C M Y K H S L
Decimal 7 153 180 0.96 0.15 0 0.29 189.36 0.93 0.37
Hex 7 99 B4 60 F 0 1D BD 5D 25
Octal 7 231 264 140 17 0 35 275 135 45
Binary 111 10011001 10110100 1100000 1111 0 11101 10111101 1011101 100101

Color Harmonies of #0799B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0799B4

Black with #0799B4

Text Example


Text Example

White with #0799B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0799B4; }

 p { color: rgb(7,153,180); }

 H1.HeaderClassName
 {
   color: #0799B4;
 }
 .AnyTagClassName
 {
   color: #0799B4;
 }
</style>

background-color css

<style>
 a { background-color: #0799B4; }

 a { background-color: rgb(7,153,180); }

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

border-color css

<style>
 span { border-color: #0799B4; }

 span { border-color: rgb(7,153,180); }

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