Html Css Color HEX #078FBC Bondi Blue

📋 copy color: '#078FBC'

red 7 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #078FBC

Tints of Bondi Blue #078FBC

RGB

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

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

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

R = 2.07%
G = 42.31%
B = 55.62%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#078FBC (or 0x078FBC) is known color: Bondi Blue. HEX triplet: 07, 8F and BC. RGB value is (7,143,188). Sum of RGB (Red+Green+Blue) = 7+143+188=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #078FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FBC is #F87043. Grayscale: #6B6B6B. Windows color (decimal): -16281668 or 12357383. OLE color: 12357383.

HSL color Cylindrical-coordinate representation of color #078FBC: hue angle of 194.92º 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 #078FBC is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 143 188 -
CMYK 0.96 0.24 0 0.26
HSL 194.92º 0.93% 0.38% -
HSV(B) 194.92º 0.96% 0.74% -
XYZ 18.99 23.32 51.08 -
YUV 107.47 173.44 56.34 -
System Red Green Blue C M Y K H S L
Decimal 7 143 188 0.96 0.24 0 0.26 194.92 0.93 0.38
Hex 7 8F BC 60 18 0 1A C3 5D 26
Octal 7 217 274 140 30 0 32 303 135 46
Binary 111 10001111 10111100 1100000 11000 0 11010 11000011 1011101 100110

Color Harmonies of #078FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FBC

Black with #078FBC

Text Example


Text Example

White with #078FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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