Html Css Color HEX #078FBE Bondi Blue

📋 copy color: '#078FBE'

red 7 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #078FBE

Tints of Bondi Blue #078FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 2.06%
G = 42.06%
B = 55.88%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#078FBE (or 0x078FBE) is known color: Bondi Blue. HEX triplet: 07, 8F and BE. RGB value is (7,143,190). Sum of RGB (Red+Green+Blue) = 7+143+190=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #078FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FBE is #F87041. Grayscale: #6B6B6B. Windows color (decimal): -16281666 or 12488455. OLE color: 12488455.

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

Color convert

RGB 7 143 190 -
CMYK 0.96 0.25 0 0.25
HSL 195.41º 0.93% 0.39% -
HSV(B) 195.41º 0.96% 0.75% -
XYZ 19.2 23.41 52.22 -
YUV 107.69 174.44 56.18 -
System Red Green Blue C M Y K H S L
Decimal 7 143 190 0.96 0.25 0 0.25 195.41 0.93 0.39
Hex 7 8F BE 60 19 0 19 C3 5D 27
Octal 7 217 276 140 31 0 31 303 135 47
Binary 111 10001111 10111110 1100000 11001 0 11001 11000011 1011101 100111

Color Harmonies of #078FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FBE

Black with #078FBE

Text Example


Text Example

White with #078FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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