Html Css Color HEX #078ABF Bondi Blue

📋 copy color: '#078ABF'

red 7 ◦ green 138 ◦ blue 191

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

Shades of Bondi Blue #078ABF

Tints of Bondi Blue #078ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 2.08%
G = 41.07%
B = 56.85%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#078ABF (or 0x078ABF) is known color: Bondi Blue. HEX triplet: 07, 8A and BF. RGB value is (7,138,191). Sum of RGB (Red+Green+Blue) = 7+138+191=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #078ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ABF is #F87540. Grayscale: #686868. Windows color (decimal): -16282945 or 12552711. OLE color: 12552711.

HSL color Cylindrical-coordinate representation of color #078ABF: hue angle of 197.28º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078ABF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 138 191 -
CMYK 0.96 0.28 0 0.25
HSL 197.28º 0.93% 0.39% -
HSV(B) 197.28º 0.96% 0.75% -
XYZ 18.58 21.98 52.55 -
YUV 104.87 176.6 58.19 -
System Red Green Blue C M Y K H S L
Decimal 7 138 191 0.96 0.28 0 0.25 197.28 0.93 0.39
Hex 7 8A BF 60 1C 0 19 C5 5D 27
Octal 7 212 277 140 34 0 31 305 135 47
Binary 111 10001010 10111111 1100000 11100 0 11001 11000101 1011101 100111

Color Harmonies of #078ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078ABF

Black with #078ABF

Text Example


Text Example

White with #078ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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