Html Css Color HEX #078EB0 Bondi Blue

📋 copy color: '#078EB0'

red 7 ◦ green 142 ◦ blue 176

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

Shades of Bondi Blue #078EB0

Tints of Bondi Blue #078EB0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 2.15%
G = 43.69%
B = 54.15%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#078EB0 (or 0x078EB0) is known color: Bondi Blue. HEX triplet: 07, 8E and B0. RGB value is (7,142,176). Sum of RGB (Red+Green+Blue) = 7+142+176=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #078EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EB0 is #F8714F. Grayscale: #696969. Windows color (decimal): -16281936 or 11570695. OLE color: 11570695.

HSL color Cylindrical-coordinate representation of color #078EB0: hue angle of 192.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EB0 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 142 176 -
CMYK 0.96 0.19 0 0.31
HSL 192.07º 0.92% 0.36% -
HSV(B) 192.07º 0.96% 0.69% -
XYZ 17.6 22.53 44.49 -
YUV 105.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 7 142 176 0.96 0.19 0 0.31 192.07 0.92 0.36
Hex 7 8E B0 60 13 0 1F C0 5C 24
Octal 7 216 260 140 23 0 37 300 134 44
Binary 111 10001110 10110000 1100000 10011 0 11111 11000000 1011100 100100

Color Harmonies of #078EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EB0

Black with #078EB0

Text Example


Text Example

White with #078EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,142,176); }

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

background-color css

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

 a { background-color: rgb(7,142,176); }

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

border-color css

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

 span { border-color: rgb(7,142,176); }

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