Html Css Color HEX #078AAE Bondi Blue

📋 copy color: '#078AAE'

red 7 ◦ green 138 ◦ blue 174

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

Shades of Bondi Blue #078AAE

Tints of Bondi Blue #078AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 2.19%
G = 43.26%
B = 54.55%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#078AAE (or 0x078AAE) is known color: Bondi Blue. HEX triplet: 07, 8A and AE. RGB value is (7,138,174). Sum of RGB (Red+Green+Blue) = 7+138+174=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #078AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AAE is #F87551. Grayscale: #666666. Windows color (decimal): -16282962 or 11438599. OLE color: 11438599.

HSL color Cylindrical-coordinate representation of color #078AAE: hue angle of 192.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AAE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 138 174 -
CMYK 0.96 0.21 0 0.32
HSL 192.93º 0.92% 0.35% -
HSV(B) 192.93º 0.96% 0.68% -
XYZ 16.82 21.28 43.27 -
YUV 102.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 7 138 174 0.96 0.21 0 0.32 192.93 0.92 0.35
Hex 7 8A AE 60 15 0 20 C1 5C 23
Octal 7 212 256 140 25 0 40 301 134 43
Binary 111 10001010 10101110 1100000 10101 0 100000 11000001 1011100 100011

Color Harmonies of #078AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078AAE

Black with #078AAE

Text Example


Text Example

White with #078AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,138,174); }

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

background-color css

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

 a { background-color: rgb(7,138,174); }

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

border-color css

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

 span { border-color: rgb(7,138,174); }

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