Html Css Color HEX #0799BC Bondi Blue

📋 copy color: '#0799BC'

red 7 ◦ green 153 ◦ blue 188

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

Shades of Bondi Blue #0799BC

Tints of Bondi Blue #0799BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 2.01%
G = 43.97%
B = 54.02%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0799BC (or 0x0799BC) is known color: Bondi Blue. HEX triplet: 07, 99 and BC. RGB value is (7,153,188). Sum of RGB (Red+Green+Blue) = 7+153+188=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #0799BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0799BC is #F86643. Grayscale: #717171. Windows color (decimal): -16279108 or 12359943. OLE color: 12359943.

HSL color Cylindrical-coordinate representation of color #0799BC: hue angle of 191.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0799BC is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 153 188 -
CMYK 0.96 0.19 0 0.26
HSL 191.6º 0.93% 0.38% -
HSV(B) 191.6º 0.96% 0.74% -
XYZ 20.56 26.46 51.6 -
YUV 113.34 170.13 52.15 -
System Red Green Blue C M Y K H S L
Decimal 7 153 188 0.96 0.19 0 0.26 191.6 0.93 0.38
Hex 7 99 BC 60 13 0 1A C0 5D 26
Octal 7 231 274 140 23 0 32 300 135 46
Binary 111 10011001 10111100 1100000 10011 0 11010 11000000 1011101 100110

Color Harmonies of #0799BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0799BC

Black with #0799BC

Text Example


Text Example

White with #0799BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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