Html Css Color HEX #078FB9 Bondi Blue

📋 copy color: '#078FB9'

red 7 ◦ green 143 ◦ blue 185

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

Shades of Bondi Blue #078FB9

Tints of Bondi Blue #078FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 2.09%
G = 42.69%
B = 55.22%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#078FB9 (or 0x078FB9) is known color: Bondi Blue. HEX triplet: 07, 8F and B9. RGB value is (7,143,185). Sum of RGB (Red+Green+Blue) = 7+143+185=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #078FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FB9 is #F87046. Grayscale: #6A6A6A. Windows color (decimal): -16281671 or 12160775. OLE color: 12160775.

HSL color Cylindrical-coordinate representation of color #078FB9: hue angle of 194.16º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FB9 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 143 185 -
CMYK 0.96 0.23 0 0.27
HSL 194.16º 0.93% 0.38% -
HSV(B) 194.16º 0.96% 0.73% -
XYZ 18.67 23.19 49.39 -
YUV 107.12 171.94 56.58 -
System Red Green Blue C M Y K H S L
Decimal 7 143 185 0.96 0.23 0 0.27 194.16 0.93 0.38
Hex 7 8F B9 60 17 0 1B C2 5D 26
Octal 7 217 271 140 27 0 33 302 135 46
Binary 111 10001111 10111001 1100000 10111 0 11011 11000010 1011101 100110

Color Harmonies of #078FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FB9

Black with #078FB9

Text Example


Text Example

White with #078FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078FB9; }

 p { color: rgb(7,143,185); }

 H1.HeaderClassName
 {
   color: #078FB9;
 }
 .AnyTagClassName
 {
   color: #078FB9;
 }
</style>

background-color css

<style>
 a { background-color: #078FB9; }

 a { background-color: rgb(7,143,185); }

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

border-color css

<style>
 span { border-color: #078FB9; }

 span { border-color: rgb(7,143,185); }

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